4410:a3a2b652286d | 4411:15556f6b4b0f |
---|---|
211 | 211 |
212 | 212 |
213 def main(): | 213 def main(): |
214 """ | 214 """ |
215 Main entry point into the application. | 215 Main entry point into the application. |
216 | |
217 @exception Exception re-raised for any exception occurring in the main | |
218 program logic | |
219 """ | 216 """ |
220 from Globals import AppInfo | 217 from Globals import AppInfo |
221 import Globals | 218 import Globals |
222 | 219 |
223 global args, mainWindow, splash, restartArgs, inMainLoop | 220 global args, mainWindow, splash, restartArgs, inMainLoop |