X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..1cffa15b8e38c03e36075a0e727d7fe6a136261b:/wxPython/demo/PyCrust.py

diff --git a/wxPython/demo/PyCrust.py b/wxPython/demo/PyCrust.py
index 9aa95fcd0c..3fd96ebed6 100644
--- a/wxPython/demo/PyCrust.py
+++ b/wxPython/demo/PyCrust.py
@@ -16,5 +16,5 @@ overview = py.filling.__doc__ + "\n\n" + py.crust.__doc__
 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:])