X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..f1460f5b232aeeb26bb0255ce53a502dcc21d2b6:/wxPython/demo/template.py diff --git a/wxPython/demo/template.py b/wxPython/demo/template.py index 8be058bfee..e63d503c89 100644 --- a/wxPython/demo/template.py +++ b/wxPython/demo/template.py @@ -1,5 +1,5 @@ -import wx # This module uses the new wx namespace +import wx #---------------------------------------------------------------------- @@ -29,5 +29,5 @@ overview = """ 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:])