X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..25b3661bd4cb44304418b93c0dee1d0dfb99765c:/wxPython/demo/EditableListBox.py?ds=sidebyside diff --git a/wxPython/demo/EditableListBox.py b/wxPython/demo/EditableListBox.py index c89cb3ebfb..55de3b6980 100644 --- a/wxPython/demo/EditableListBox.py +++ b/wxPython/demo/EditableListBox.py @@ -93,5 +93,5 @@ a list of strings. 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:])