projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
VC 7.1 warning fix
[wxWidgets.git]
/
wxPython
/
demo
/
URLDragAndDrop.py
diff --git
a/wxPython/demo/URLDragAndDrop.py
b/wxPython/demo/URLDragAndDrop.py
index 16b3b96006de9ca22258ccc1faffed0e2eedc362..51c1a340ad6c6de7a3e235fbfcc160eb2afc72ec 100644
(file)
--- a/
wxPython/demo/URLDragAndDrop.py
+++ b/
wxPython/demo/URLDragAndDrop.py
@@
-121,3
+121,12
@@
def runTest(frame, nb, log):
overview = """\
"""
+
+
+
+
+if __name__ == '__main__':
+ import sys,os
+ import run
+ run.main(['', os.path.basename(sys.argv[0])])
+