]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/LayoutAnchors.py
reSWIGged
[wxWidgets.git] / wxPython / demo / LayoutAnchors.py
index acc7617d6cd8e85e6599986a3e03792fb9e70ecf..188cdd2f5bd6d20e05bf8f65b571852d72e2c6d1 100644 (file)
@@ -1,9 +1,3 @@
-# 11/6/2003 - Jeff Grimmett (grimmtooth@softhome.net)
-#
-# o Updated for wx namespace
-# o In the lambda function at the top, removed the leading 'wx' from the
-#   ID names to remove confusion with 'official' wx members.
-#
 
 import  wx
 import  wx.lib.anchors as anchors
 
 import  wx
 import  wx.lib.anchors as anchors
@@ -245,5 +239,5 @@ overview = """<html><body>
 if __name__ == '__main__':
     import sys,os
     import run
 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:])