projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
netutils code is MSW-only
[wxWidgets.git]
/
wxPython
/
demo
/
OOR.py
diff --git
a/wxPython/demo/OOR.py
b/wxPython/demo/OOR.py
index e0e84b0112552dc80ce2e2fee6a79b0f107a0e53..d58bc42bbdc854714c449fd6d631317bb48e2d3c 100644
(file)
--- a/
wxPython/demo/OOR.py
+++ b/
wxPython/demo/OOR.py
@@
-136,3
+136,12
@@
and the second will show #2 (<i>working as of 2.3.2</i>)
</body></html>
"""
+
+
+
+
+if __name__ == '__main__':
+ import sys,os
+ import run
+ run.main(['', os.path.basename(sys.argv[0])])
+