From: Robin Dunn <robin@alldunn.com>
Date: Tue, 27 Aug 2002 00:57:19 +0000 (+0000)
Subject: Some little tweaks
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/29c1c7f7076352511c63b211272d63ba2184b96a

Some little tweaks


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/wxPython/.cvsignore b/wxPython/.cvsignore
index 4cc360759b..611f71ef4c 100644
--- a/wxPython/.cvsignore
+++ b/wxPython/.cvsignore
@@ -2,6 +2,7 @@
 .emacs.desktop
 .gdb_history
 MANIFEST
+_build_rpm
 build
 build-pkg
 build-pkg-debug
diff --git a/wxPython/demo/wxPopupWindow.py b/wxPython/demo/wxPopupWindow.py
index 86500f3d10..014e21c8a2 100644
--- a/wxPython/demo/wxPopupWindow.py
+++ b/wxPython/demo/wxPopupWindow.py
@@ -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])])
+