X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/87d562652ebf23233e58f87f053e531ad1942e8d..69d818954b5e6e7b4b4e5093dd26dbe2d5f8546c:/wxPython/demo/SpinButton.py?ds=sidebyside diff --git a/wxPython/demo/SpinButton.py b/wxPython/demo/SpinButton.py index 9f09e5d8f2..4366d3c9d8 100644 --- a/wxPython/demo/SpinButton.py +++ b/wxPython/demo/SpinButton.py @@ -54,4 +54,4 @@ range is supported. 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:])