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$" |
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: |