/[gzz]/gzz/gzz/util/dbg.py
ViewVC logotype

Diff of /gzz/gzz/util/dbg.py

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

revision 1.2 by Vegai, Wed Sep 4 12:53:52 2002 UTC revision 1.3 by benja, Wed Sep 4 18:42:31 2002 UTC
# Line 29  def option(o,a): Line 29  def option(o,a):
29      elif o in ("-D",):      elif o in ("-D",):
30          m = re.match('^(.*)=(.*)$', a)          m = re.match('^(.*)=(.*)$', a)
31          assert m          assert m
32          setProperty(m.group(1), m.group(2))          prop = System.getProperties()
33            prop.setProperty(m.group(1), m.group(2))
34            System.setProperties(prop)
35    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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