X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/87d562652ebf23233e58f87f053e531ad1942e8d..99109c0ff1c29c7c977c073f9f8e0bf4b8e728f7:/wxPython/demo/SpinButton.py 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:])