summaryrefslogtreecommitdiff
path: root/math/py-gato/files/patch-Gato.py
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-09 22:59:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-09 22:59:51 +0000
commit2e268f2b02aa4a22028c5e9f1f6a806ec5087d55 (patch)
tree1426357d0a4a081554d0b1ba10254dc61d297b9e /math/py-gato/files/patch-Gato.py
parent- Update to 0.3.2 (diff)
- Update to 1.02
PR: 144590 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=250802
Diffstat (limited to 'math/py-gato/files/patch-Gato.py')
-rw-r--r--math/py-gato/files/patch-Gato.py25
1 files changed, 0 insertions, 25 deletions
diff --git a/math/py-gato/files/patch-Gato.py b/math/py-gato/files/patch-Gato.py
deleted file mode 100644
index 3b16a3055c15..000000000000
--- a/math/py-gato/files/patch-Gato.py
+++ /dev/null
@@ -1,25 +0,0 @@
---- Gato.py Wed Jul 08 22:14:29 2009 +0900
-+++ Gato.py Wed Jul 08 22:16:07 2009 +0900
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.3
-+#!/usr/bin/env python
- ################################################################################
- #
- # This file is part of Gato (Graph Animation Toolbox)
-@@ -1590,11 +1590,11 @@
- self.algoGlobals['A'] = self.GUI.graphDisplay
- # XXX
- # explictely loading packages we want to make available to the algorithm
-- modules = ['DataStructures',
-- 'AnimatedDataStructures',
-- 'AnimatedAlgorithms',
-- 'GraphUtil',
-- 'GatoUtil']
-+ modules = ['Gato.DataStructures',
-+ 'Gato.AnimatedDataStructures',
-+ 'Gato.AnimatedAlgorithms',
-+ 'Gato.GraphUtil',
-+ 'Gato.GatoUtil']
-
- for m in modules:
- exec("from %s import *" % m, self.algoGlobals, self.algoGlobals)