]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxProgressDialog.py
added comments to the makefile; added WX_CONFIG var to be able to use a different...
[wxWidgets.git] / wxPython / demo / wxProgressDialog.py
index 09f6c08b56253d133d3c80ffbe48449c48b34c8a..ec7bff1bd32d346b4d9f4ced74922d711b7b47fd 100644 (file)
@@ -30,9 +30,12 @@ def runTest(frame, nb, log):
 
 
 
+overview = """\
+"""
 
 
 
-
-overview = """\
-"""
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])