X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90f7e9c7f7b17e5b7eac80f8625b3fbfc789e772..f30589a9ea2a3883c2294dc3dbdcd7fc227b5445:/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:])