projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
1. wxPostEvent added and documented
[wxWidgets.git]
/
utils
/
wxPython
/
demo
/
wxHtmlWindow.py
diff --git
a/utils/wxPython/demo/wxHtmlWindow.py
b/utils/wxPython/demo/wxHtmlWindow.py
index 222918f53d0c47f8365897a841c552b05ea16b62..c863001ff41a0c95a8835bc8d9f44a03b452159f 100644
(file)
--- a/
utils/wxPython/demo/wxHtmlWindow.py
+++ b/
utils/wxPython/demo/wxHtmlWindow.py
@@
-90,7
+90,6
@@
class TestHtmlPanel(wxPanel):
def OnWithWidgets(self, event):
- print self.cwd
os.chdir(self.cwd)
name = os.path.join(self.cwd, 'data/widgetTest.htm')
self.html.LoadPage(name)