X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90f7e9c7f7b17e5b7eac80f8625b3fbfc789e772..a44f14cf0c7606d5e6158b17c81ea5e5052f1671:/wxPython/demo/FontEnumerator.py diff --git a/wxPython/demo/FontEnumerator.py b/wxPython/demo/FontEnumerator.py index 0a66c7ab73..4356a5a821 100644 --- a/wxPython/demo/FontEnumerator.py +++ b/wxPython/demo/FontEnumerator.py @@ -76,5 +76,5 @@ the given encoding. 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:])