]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxSpinButton.py
useh higher value of _WIN32_IE
[wxWidgets.git] / wxPython / demo / wxSpinButton.py
index 67308b41d0d3c75d95c5baad906d0074ad57f33c..ed64a713e52418317814fd433a0df5e288852f20 100644 (file)
@@ -1,8 +1,6 @@
 
 from wxPython.wx import *
 
-import string
-
 #----------------------------------------------------------------------
 
 class TestPanel(wxPanel):
@@ -48,3 +46,10 @@ def runTest(frame, nb, log):
 
 overview = """\
 """
+
+
+
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])