]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Editor.py
Tinderbox build fix.
[wxWidgets.git] / wxPython / demo / Editor.py
index 1a3b508c19b1fcb3f733a006e22cdda54a8d4fbc..114f2f00b40408423229c0b6f02b41ae72c77b15 100644 (file)
@@ -65,5 +65,5 @@ SetAltFuncs() method.
 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:])