/[gzz]/gzz/Gzz.py
ViewVC logotype

Diff of /gzz/Gzz.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.68 by humppake, Tue Jan 7 08:43:42 2003 UTC revision 1.69 by benja, Tue Jan 7 21:00:49 2003 UTC
# Line 32  flagset = ['multiline', 'double-size', ' Line 32  flagset = ['multiline', 'double-size', '
32             'bounded-vanishing-scale']             'bounded-vanishing-scale']
33    
34    
35  def call(list):#,  type=gzz.potion.CommandCall):  def call(list, type=None):
36        if type is None: type = gzz.potion.CommandCall
37      if list is None: return None      if list is None: return None
38      if isinstance(list, gzz.potion.Expression): return list      if isinstance(list, gzz.potion.Expression): return list
39      #print list      #print list

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26