4420:10b4c1e4d1cf | 4421:c6feadf410a4 |
---|---|
189 | 189 |
190 | 190 |
191 def main(): | 191 def main(): |
192 """ | 192 """ |
193 Main entry point into the application. | 193 Main entry point into the application. |
194 | |
195 @exception Exception re-raised for any exception occurring in the main | |
196 program logic | |
197 """ | 194 """ |
198 from Globals import AppInfo | 195 from Globals import AppInfo |
199 import Globals | 196 import Globals |
200 | 197 |
201 global args, mainWindow, splash, restartArgs | 198 global args, mainWindow, splash, restartArgs |