]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxStaticBitmap.py
Lots of demo tweaks for API updates, bug fixes and new images for the
[wxWidgets.git] / wxPython / demo / wxStaticBitmap.py
index 1b057913ef3a93da40b0b6c9dc921a985a57c130..7dfc51722b2d85dbe45c1ccdc7187091795aa3e0 100644 (file)
@@ -1,8 +1,6 @@
 
 from wxPython.wx import *
-from Main import opj
 
-import string
 import images
 
 #----------------------------------------------------------------------
@@ -40,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])])