X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..2706d2fedee4cfc34ba0c838bd157bc0d9718ce1:/wxPython/demo/Choice.py?ds=sidebyside diff --git a/wxPython/demo/Choice.py b/wxPython/demo/Choice.py index afa3ac1264..35b02b312a 100644 --- a/wxPython/demo/Choice.py +++ b/wxPython/demo/Choice.py @@ -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:])