projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
SWIGged update for wxGTK
[wxWidgets.git]
/
wxPython
/
demo
/
PyCrustWithFilling.py
diff --git
a/wxPython/demo/PyCrustWithFilling.py
b/wxPython/demo/PyCrustWithFilling.py
index 9d9e8a043a2ab945c0ea251cbd7400e1d85f3625..a90c61649a007f2eff30a3dcf9e3b14ce84b4e77 100644
(file)
--- a/
wxPython/demo/PyCrustWithFilling.py
+++ b/
wxPython/demo/PyCrustWithFilling.py
@@
-1,3
+1,5
@@
+
+from wxPython.wx import wxSplitterWindow
from wxPython.lib.PyCrust import shell, version, filling
@@
-19,3
+21,8
@@
def runTest(frame, nb, log):
overview = filling.__doc__
+if __name__ == '__main__':
+ import sys,os
+ import run
+ run.main(['', os.path.basename(sys.argv[0])])
+