]> git.saurik.com Git - wxWidgets.git/commitdiff
Some little tweaks
authorRobin Dunn <robin@alldunn.com>
Tue, 27 Aug 2002 00:57:19 +0000 (00:57 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 27 Aug 2002 00:57:19 +0000 (00:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/.cvsignore
wxPython/demo/wxPopupWindow.py

index 4cc360759b244755b36f6f267b7dcd98ddd555be..611f71ef4c3eb3a83e9838982125c4800b8ede4a 100644 (file)
@@ -2,6 +2,7 @@
 .emacs.desktop
 .gdb_history
 MANIFEST
+_build_rpm
 build
 build-pkg
 build-pkg-debug
index 86500f3d10bc3a6ead6486b32ac6da2d777c5f70..014e21c8a23fa8ed42eb3d46aa55afe480b7fd2e 100644 (file)
@@ -181,3 +181,12 @@ def runTest(frame, nb, log):
 
 overview = """\
 """
+
+
+
+
+if __name__ == '__main__':
+    import sys,os
+    import run
+    run.main(['', os.path.basename(sys.argv[0])])
+