]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/SingleChoiceDialog.py
Got rid of the BIN dir
[wxWidgets.git] / wxPython / demo / SingleChoiceDialog.py
index 34c6f50b5fb53d8146deff1ec73ce8f7d983038b..0f20cdcf14890ed8d74824a15b5c7dde52a3992c 100644 (file)
@@ -1,7 +1,3 @@
-# 11/21/2003 - Jeff Grimmett (grimmtooth@softhome.net)
-#
-# o Updated for wx namespace
-# 
 
 import  wx
 
@@ -38,5 +34,5 @@ destroy the dialog.
 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:])