]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Choice.py
Added export decl
[wxWidgets.git] / wxPython / demo / Choice.py
index 39e2db847a381b7e1eb6f37712b077ad88632cec..afa3ac12647a7e2c8a0de3c336683667b8b390de 100644 (file)
@@ -1,7 +1,3 @@
-# 11/15/2003 - Jeff Grimmett (grimmtooth@softhome.net)
-#
-# o Updated for wx namespace
-# 
 
 import  wx
 
@@ -51,8 +47,6 @@ The number of choices and the choice array are consilidated into one python
 """
 
 
-
-
 if __name__ == '__main__':
     import sys,os
     import run