X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bf5d46efb26ab22575ca9bc0d0ca5d32d6b77a3..90bc25c7c932a6f7510bd6f7155efb958e73974d:/utils/wxPython/tests/test1.py diff --git a/utils/wxPython/tests/test1.py b/utils/wxPython/tests/test1.py index a3d1c1e1b7..5cc269d636 100644 --- a/utils/wxPython/tests/test1.py +++ b/utils/wxPython/tests/test1.py @@ -72,7 +72,7 @@ class MyApp(wxApp): #--------------------------------------------------------------------------- -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!'