projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
really fixed '-' and '+' drawing
[wxWidgets.git]
/
wxPython
/
demo
/
wxFindReplaceDialog.py
diff --git
a/wxPython/demo/wxFindReplaceDialog.py
b/wxPython/demo/wxFindReplaceDialog.py
index c0217aedec69468085755ed20f890100df23e35d..306c825205dea6a8d1a637dfb241aa2566a57e2c 100644
(file)
--- a/
wxPython/demo/wxFindReplaceDialog.py
+++ b/
wxPython/demo/wxFindReplaceDialog.py
@@
-76,3
+76,12
@@
def runTest(frame, nb, log):
overview = """\
A generic find and replace dialog.
"""
+
+
+
+
+if __name__ == '__main__':
+ import sys,os
+ import run
+ run.main(['', os.path.basename(sys.argv[0])])
+