X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/317d1550404262b58c4603a8335b1f7ae77a9d4e..a400c2ec04f77b3a72d23cb2b122866f3fddfd45:/wxPython/demo/SplitTree.py?ds=sidebyside diff --git a/wxPython/demo/SplitTree.py b/wxPython/demo/SplitTree.py index c7666ef816..da4156b47a 100644 --- a/wxPython/demo/SplitTree.py +++ b/wxPython/demo/SplitTree.py @@ -145,5 +145,5 @@ also be useful by themselves. 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:])