/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/main.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/main.py

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

revision 1968 by bh, Fri Nov 21 14:33:27 2003 UTC revision 2689 by dpinte, Thu Aug 3 09:57:24 2006 UTC
# Line 15  __version__ = "$Revision$" Line 15  __version__ = "$Revision$"
15  import sys  import sys
16  import getopt  import getopt
17    
18  from application import ThubanApplication  import application
19  import Thuban.version  import Thuban.version
20    
21    
# Line 28  def main(): Line 28  def main():
28      """Instantiate the application object and run the application"""      """Instantiate the application object and run the application"""
29    
30      if verify_versions():      if verify_versions():
31          app = ThubanApplication(0)          app = application.ThubanApplication(0)
32          opts, args = getopt.getopt(sys.argv[1:], '',          opts, args = getopt.getopt(sys.argv[1:], '',
33                                     ['enable-attribute-editing'])                                     ['enable-attribute-editing'])
34          for optchar, value in opts:          for optchar, value in opts:

Legend:
Removed from v.1968  
changed lines
  Added in v.2689

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26