]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxStaticBitmap.py
Shell Script file to copy setup.h for ProjectBuilder
[wxWidgets.git] / wxPython / demo / wxStaticBitmap.py
index e90aad9c703d9139b456c39fc8ff97ed4f7223fe..7dfc51722b2d85dbe45c1ccdc7187091795aa3e0 100644 (file)
@@ -1,7 +1,6 @@
 
 from wxPython.wx import *
 
-import string
 import images
 
 #----------------------------------------------------------------------
@@ -39,10 +38,12 @@ def runTest(frame, nb, log):
 
 
 
+overview = """\
+"""
 
 
 
-
-
-overview = """\
-"""
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])