]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Notebook.py
fixed compile error
[wxWidgets.git] / wxPython / demo / Notebook.py
index 51029143187358e799dcadb0c08c707d39c5cafd..c4dc0a5504035b34348fc4076db7faa96aef6410 100644 (file)
@@ -127,7 +127,7 @@ delete the window for a page that is currently managed by wx.Notebook.
 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:])