X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3628e0888696a4a1d306e621d477a89c43898f05..49abcb2f46db3d1a14b28cfca77370b545a75622:/wxPython/demo/templateold.py

diff --git a/wxPython/demo/templateold.py b/wxPython/demo/templateold.py
index 9be55905b9..b02918a8ed 100644
--- a/wxPython/demo/templateold.py
+++ b/wxPython/demo/templateold.py
@@ -29,5 +29,5 @@ overview = """<html><body>
 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:])