X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bf5d46efb26ab22575ca9bc0d0ca5d32d6b77a3..55c56a6d80f0ee4a4bf2add6ba1f62c02cbfc23e:/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!'