projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
on Linux, not GTK
[wxWidgets.git]
/
wxPython
/
demo
/
TablePrint.py
diff --git
a/wxPython/demo/TablePrint.py
b/wxPython/demo/TablePrint.py
index 51b075c3dac8dc7b633c87556e625b896ef355bd..7b370709d92af55fa88008631813abfcf0d3c838 100644
(file)
--- a/
wxPython/demo/TablePrint.py
+++ b/
wxPython/demo/TablePrint.py
@@
-205,3
+205,12
@@
when the framework allows for it.
""" % os.path.join(os.path.dirname(wxPython.lib.printout.__file__), "printout.py")
+
+
+
+
+if __name__ == '__main__':
+ import sys,os
+ import run
+ run.main(['', os.path.basename(sys.argv[0])])
+