gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz Gzz.py


From: Benja Fallenstein
Subject: [Gzz-commits] gzz Gzz.py
Date: Tue, 07 Jan 2003 16:00:49 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      03/01/07 16:00:49

Modified files:
        .              : Gzz.py 

Log message:
        Fix bug found by Asko

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Gzz.py.diff?tr1=1.68&tr2=1.69&r1=text&r2=text

Patches:
Index: gzz/Gzz.py
diff -u gzz/Gzz.py:1.68 gzz/Gzz.py:1.69
--- gzz/Gzz.py:1.68     Tue Jan  7 03:43:42 2003
+++ gzz/Gzz.py  Tue Jan  7 16:00:49 2003
@@ -32,7 +32,8 @@
            'bounded-vanishing-scale']
 
 
-def call(list):#,  type=gzz.potion.CommandCall):
+def call(list, type=None):
+    if type is None: type = gzz.potion.CommandCall
     if list is None: return None
     if isinstance(list, gzz.potion.Expression): return list
     #print list




reply via email to

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