#---------------------------------------------------------------------------
-app = MyApp(0) # Create an instance of the application class
+app = MyApp(1) # Create an instance of the application class
app.MainLoop() # Tell it to start processing events
print 'done!'