X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78862f240c167007c922e5fc6105e4d9522f332f..cefae4bc3cac29222757afbd605867b34f421af9:/wxPython/demo/Sound.py?ds=sidebyside diff --git a/wxPython/demo/Sound.py b/wxPython/demo/Sound.py index fde55f785c..48ed8d0442 100644 --- a/wxPython/demo/Sound.py +++ b/wxPython/demo/Sound.py @@ -56,4 +56,4 @@ that drives the playing of the sound can come from anywhere. 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:])