X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e4a197e4c60e461b8068b0619692ea083e30b8b..e4a7bbfc1ebf7434b7c291e6fb4a060dcd9b0aee:/wxPython/demo/wxMDIWindows.py?ds=sidebyside diff --git a/wxPython/demo/wxMDIWindows.py b/wxPython/demo/wxMDIWindows.py index 7eef8a39c9..9df21dc221 100644 --- a/wxPython/demo/wxMDIWindows.py +++ b/wxPython/demo/wxMDIWindows.py @@ -52,3 +52,12 @@ it. Here are a couple samples of how to use it. """ + + + + + +if __name__ == '__main__': + import sys,os + import run + run.main(['', os.path.basename(sys.argv[0])])