]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/MDIWindows.py
Ensure that runTest is not modal, even when a required module is not
[wxWidgets.git] / wxPython / demo / MDIWindows.py
index a28390a674f2b21d6b61cb30308275554aa66dc2..8e47f24c02b8b4d93d6f38f79504ab4a1d6a1b3a 100644 (file)
@@ -1,7 +1,3 @@
-# 11/12/2003 - Jeff Grimmett (grimmtooth@softhome.net)
-#
-# o Updated for wx namespace
-#
 
 import  wx
 
@@ -63,4 +59,4 @@ showing how the MDI interface can be integrated into a SashWindow interface.
 if __name__ == '__main__':
     import sys,os
     import run
-    run.main(['', os.path.basename(sys.argv[0])])
+    run.main(['', os.path.basename(sys.argv[0])] + sys.argv[1:])