diff options
Diffstat (limited to 'math/py-gato/files/patch-Graph.py')
-rw-r--r-- | math/py-gato/files/patch-Graph.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-gato/files/patch-Graph.py b/math/py-gato/files/patch-Graph.py new file mode 100644 index 000000000000..6d0e4937efbf --- /dev/null +++ b/math/py-gato/files/patch-Graph.py @@ -0,0 +1,11 @@ +--- Graph.py.orig Wed May 16 13:16:57 2001 ++++ Graph.py Fri Aug 31 17:12:01 2001 +@@ -31,7 +31,7 @@ + # + ################################################################################ + +-from regsub import split ++from re import split + from GatoGlobals import * + from DataStructures import Point2D, VertexLabeling, EdgeLabeling, EdgeWeight + from math import log |