3057:10516539f238 | 3058:0a02c433f52d |
---|---|
160 | 160 |
161 | 161 |
162 def main(): | 162 def main(): |
163 """ | 163 """ |
164 Main entry point into the application. | 164 Main entry point into the application. |
165 | |
166 @exception Exception re-raised for any exception occurring in the main | |
167 program logic | |
165 """ | 168 """ |
166 from Globals import AppInfo | 169 from Globals import AppInfo |
167 import Globals | 170 import Globals |
168 | 171 |
169 global args, mainWindow, splash, restartArgs | 172 global args, mainWindow, splash, restartArgs |