projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
new VC++ project files with both dll and lib in one project
[wxWidgets.git]
/
wxPython
/
demo
/
wxPageSetupDialog.py
diff --git
a/wxPython/demo/wxPageSetupDialog.py
b/wxPython/demo/wxPageSetupDialog.py
index 61ae29290dcc74c0078755569dd2e39e2fa5d5fb..df344ec6ab67577e862adebea03c5752015a3aee 100644
(file)
--- a/
wxPython/demo/wxPageSetupDialog.py
+++ b/
wxPython/demo/wxPageSetupDialog.py
@@
-21,13
+21,15
@@
def runTest(frame, nb, log):
+overview = """\
+"""
-
-
-overview = """\
-"""
+if __name__ == '__main__':
+ import sys,os
+ import run
+ run.main(['', os.path.basename(sys.argv[0])])