X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..02161c7c81e12685d04a1f73e714ca52ad858f6c:/wxPython/demo/Gauge.py?ds=sidebyside diff --git a/wxPython/demo/Gauge.py b/wxPython/demo/Gauge.py index e6836f683e..02fc30730e 100644 --- a/wxPython/demo/Gauge.py +++ b/wxPython/demo/Gauge.py @@ -62,5 +62,5 @@ to present the same sort of control as a dialog to the user. 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:])