]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/PythonEvents.py
replaced annoying wxLogDebug()s with wxLogTrace()
[wxWidgets.git] / wxPython / demo / PythonEvents.py
index 55b583939a145ab3d2aa4c6d2eaad88ab4d199ca..b65a9183e61861771ba0a6d95f09bf515cd175a3 100644 (file)
@@ -1,7 +1,3 @@
-# 11/13/2003 - Jeff Grimmett (grimmtooth@softhome.net)
-#
-# o Updated for wx namespace
-#
 
 import  sys
 
@@ -108,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:])