commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas/examples/python schema.py


From: Neil Tiffin
Subject: gnue/geas/examples/python schema.py
Date: Sun, 01 Jul 2001 20:57:22 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/07/01 20:57:22

Modified files:
        geas/examples/python: schema.py 

Log message:
        Bug Fix: Correct spelling error.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/examples/python/schema.py.diff?cvsroot=OldCVS&tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: gnue/geas/examples/python/schema.py
diff -u gnue/geas/examples/python/schema.py:1.5 
gnue/geas/examples/python/schema.py:1.6
--- gnue/geas/examples/python/schema.py:1.5     Mon Mar 26 15:40:31 2001
+++ gnue/geas/examples/python/schema.py Sun Jul  1 20:57:22 2001
@@ -86,7 +86,7 @@
                print "Lookup"
                d = con.getReferenceDefinition( classnames[idx-1] , f.name )
                if d != None:
-                   if d.type == GEAS.loolkup:
+                   if d.type == GEAS.lookup:
                        print "                   Type 'Lookup'"
                    else:
                        print "Wrong Type!"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]