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

Diff of /gzz/Gzz.py

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

revision 1.42 by benja, Mon Oct 28 00:17:54 2002 UTC revision 1.43 by benja, Mon Oct 28 00:54:13 2002 UTC
# Line 74  class Gzz(java.lang.Runnable): Line 74  class Gzz(java.lang.Runnable):
74          else:          else:
75              print "Using Python bindings"              print "Using Python bindings"
76              import bindings              import bindings
77              self.binder = \              self.binder = gzz.client.pythonbinder.PythonBinder(
78                  gzz.client.pythonbinder.PythonBinder(bindings.normal_mode)                  bindings.normal_mode, bindings.edit_mode, bindings.search_mode)
79                    
80          self.spanType = java.lang.System.getProperty("gzz.spanType")          self.spanType = java.lang.System.getProperty("gzz.spanType")
81          self.spaceType = java.lang.System.getProperty("gzz.spaceType")          self.spaceType = java.lang.System.getProperty("gzz.spaceType")

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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