X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af309447ff8413abd2fa5e9cc780fcef1c891f87..d9f39e09e82e99c422619f4e3df536d0a9e87987:/utils/wxPython/tests/test1.py diff --git a/utils/wxPython/tests/test1.py b/utils/wxPython/tests/test1.py index d423811d90..90e68ee2de 100644 --- a/utils/wxPython/tests/test1.py +++ b/utils/wxPython/tests/test1.py @@ -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!' #---------------------------------------------------------------------------- #