]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Choice.py
Add --with-sdl to the build doc and RPM spec
[wxWidgets.git] / wxPython / demo / Choice.py
index afa3ac12647a7e2c8a0de3c336683667b8b390de..35b02b312abdb09decb15afa2017cacbbdbc7add 100644 (file)
@@ -50,5 +50,5 @@ The number of choices and the choice array are consilidated into one python
 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:])