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-Gred.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-Gred.py')
-rw-r--r-- | math/py-gato/files/patch-Gred.py | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/math/py-gato/files/patch-Gred.py b/math/py-gato/files/patch-Gred.py index cc10c754f8cd..0eb1005f69ca 100644 --- a/math/py-gato/files/patch-Gred.py +++ b/math/py-gato/files/patch-Gred.py @@ -1,32 +1,33 @@ ---- Gred.py.orig Wed May 16 13:16:58 2001 -+++ Gred.py Mon Sep 3 12:01:13 2001 -@@ -31,16 +31,16 @@ +--- Gred.py.orig Fri Dec 5 13:08:46 2003 ++++ Gred.py Thu Dec 18 00:43:24 2003 +@@ -34,17 +34,17 @@ # last change by $Author: schliep $. # ################################################################################ +-from GatoGlobals import * +-import GatoGlobals # Needed for help viewer.XXX -from Graph import Graph -from DataStructures import EdgeWeight, VertexWeight -from GraphUtil import OpenCATBoxGraph, OpenGMLGraph, SaveCATBoxGraph, WeightedGraphInformer -from GraphEditor import GraphEditor ++from Gato.GatoGlobals import * ++import Gato.GatoGlobals # Needed for help viewer.XXX +from Gato.Graph import Graph +from Gato.DataStructures import EdgeWeight, VertexWeight +from Gato.GraphUtil import OpenCATBoxGraph, OpenGMLGraph, SaveCATBoxGraph, WeightedGraphInformer +from Gato.GraphEditor import GraphEditor from Tkinter import * + import tkFont -from GatoUtil import stripPath, extension, gatoPath --from GatoGlobals import * -import GatoDialogs --import GatoGlobals -import GatoIcons +from Gato.GatoUtil import stripPath, extension, gatoPath -+from Gato.GatoGlobals import * +from Gato import GatoDialogs -+from Gato import GatoGlobals +from Gato import GatoIcons from ScrolledText import * from tkFileDialog import askopenfilename, asksaveasfilename -@@ -51,7 +51,8 @@ +@@ -55,7 +55,8 @@ import sys import os |