diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-18 07:07:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-18 07:07:37 +0000 |
commit | 8123aa36741c3819ab59e68964da2cb1a19f9c4f (patch) | |
tree | 8e01f743ebb7f594abe8b7a4cb586bbe2446bb46 /math/py-gato/files/patch-GraphUtil.py | |
parent | Update pilot-link port to 0.11.8. (diff) |
Update to 0.98I of 12/05/2003. The old version had not been fetchable
for over a year. Adds priority queues, reworks menus, better integration
with TK.
Since the current maintainer is temporarily away from FreeBSD, anyone
interested in this port should consider volunteering to be its maintainer.
It appears to still be under active development.
Notes
Notes:
svn path=/head/; revision=96132
Diffstat (limited to 'math/py-gato/files/patch-GraphUtil.py')
-rw-r--r-- | math/py-gato/files/patch-GraphUtil.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/math/py-gato/files/patch-GraphUtil.py b/math/py-gato/files/patch-GraphUtil.py index 8c652aaaee22..fe744b91e881 100644 --- a/math/py-gato/files/patch-GraphUtil.py +++ b/math/py-gato/files/patch-GraphUtil.py @@ -1,14 +1,5 @@ --- GraphUtil.py.orig Wed May 16 13:16:58 2001 +++ GraphUtil.py Mon Sep 3 12:21:49 2001 -@@ -31,7 +31,7 @@ - # - ################################################################################ - --from regsub import split -+from re import split - from GatoGlobals import * - from Graph import Graph - from DataStructures import Point2D, VertexLabeling, EdgeLabeling, EdgeWeight, VertexWeight, Queue @@ -223,13 +223,13 @@ break |