/[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

trunk/thuban/Thuban/UI/main.py revision 2689 by dpinte, Thu Aug 3 09:57:24 2006 UTC branches/WIP-pyshapelib-bramz/Thuban/UI/main.py revision 2734 by bramz, Thu Mar 1 12:42:59 2007 UTC
# Line 7  Line 7 
7  # Read the file COPYING coming with Thuban for details.  # Read the file COPYING coming with Thuban for details.
8    
9  """  """
10  The main entry point for the Thuban GUI.  The main entry point for the Thuban GUI.
11  """  """
12    
13  __version__ = "$Revision$"  __version__ = "$Revision$"
# Line 53  def verify_versions(): Line 53  def verify_versions():
53      Print a message containing any libraries which are wrong.      Print a message containing any libraries which are wrong.
54      Return True if everything is OK, otherwise False.      Return True if everything is OK, otherwise False.
55      """      """
56        
57      errors = Thuban.version.verify_versions()      errors = Thuban.version.verify_versions()
58    
59      if len(errors) > 0:      if len(errors) > 0:

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26