]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxMDIWindows.py
added comments to the makefile; added WX_CONFIG var to be able to use a different...
[wxWidgets.git] / wxPython / demo / wxMDIWindows.py
index 7eef8a39c983b5e7bd5cfd6cb5af4d952e4550dc..9df21dc22171bc8bfc919013573627d3eb56a4ac 100644 (file)
@@ -52,3 +52,12 @@ it.  Here are a couple samples of how to use it.
 
 </body></html>
 """
+
+
+
+
+
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])