X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95bfd958bda8955ac81277c78e5627c926154f39..2fb0cabbf9e924c25d51b13bf7aa1ba8aa24e75e:/wxPython/demo/PythonEvents.py?ds=inline

diff --git a/wxPython/demo/PythonEvents.py b/wxPython/demo/PythonEvents.py
index c83ac1afc6..b65a9183e6 100644
--- a/wxPython/demo/PythonEvents.py
+++ b/wxPython/demo/PythonEvents.py
@@ -104,5 +104,5 @@ is required if you used the *.Bind() method of setting up event handlers.
 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:])