]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/FileBrowseButton.py
wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2)
[wxWidgets.git] / wxPython / demo / FileBrowseButton.py
index 9967ea355f28c6b98265f274faaf73fe9745be25..798f2012592055a4ec799cf51862bbb2cc140f10 100644 (file)
@@ -74,3 +74,12 @@ overview = """<html><body>
 """ % ( FileBrowseButton.__doc__,
         FileBrowseButtonWithHistory.__doc__ ,
         str(DirBrowseButton.__doc__) )
+
+
+
+
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])
+