projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mention ShouldInheritColours() change
[wxWidgets.git]
/
wxPython
/
demo
/
LayoutAnchors.py
diff --git
a/wxPython/demo/LayoutAnchors.py
b/wxPython/demo/LayoutAnchors.py
index 04b0c3f92c15dde732e964e3579db030a00a50e7..f4aa323ed633d26a8312607874ca20ce01dc8748 100644
(file)
--- a/
wxPython/demo/LayoutAnchors.py
+++ b/
wxPython/demo/LayoutAnchors.py
@@
-136,5
+136,8
@@
overview = """<html><body>
-
+if __name__ == '__main__':
+ import sys,os
+ import run
+ run.main(['', os.path.basename(sys.argv[0])])