X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..19fc48c61d88e6a2e3af46ed8bf1942a0de0a02e:/wxPython/demo/Unicode.py?ds=sidebyside diff --git a/wxPython/demo/Unicode.py b/wxPython/demo/Unicode.py index ac5eca5385..3b15a18794 100644 --- a/wxPython/demo/Unicode.py +++ b/wxPython/demo/Unicode.py @@ -145,5 +145,5 @@ and then pass the unicode to the wxPython method. 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:])