]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/tests/test1.py
jconfig.h uses configures results
[wxWidgets.git] / utils / wxPython / tests / test1.py
index d423811d906fa43fa8c60584e21a5cf6854933a9..90e68ee2de0f3818ab60299a294fdc8cc323a3aa 100644 (file)
@@ -76,6 +76,7 @@ class MyApp(wxApp):
 app = MyApp(0)     # Create an instance of the application class
 app.MainLoop()     # Tell it to start processing events
 
+print 'done!'
 
 #----------------------------------------------------------------------------
 #