1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/math/py-gato/files/patch-Graph.py
2001-09-03 10:45:18 +00:00

12 lines
361 B
Python

--- 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