projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added SetColumnCount method
[wxWidgets.git]
/
wxPython
/
wx
/
html.py
diff --git
a/wxPython/wx/html.py
b/wxPython/wx/html.py
index 5627c5370999c3dca9e0361eec676a8111b887ee..e30cb763f4ef2ef8b702620b279991909666529e 100644
(file)
--- a/
wxPython/wx/html.py
+++ b/
wxPython/wx/html.py
@@
-1,9
+1,6
@@
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
-__cvsid__ = "$Id$"
-__revision__ = "$Revision$"[11:-2]
-
from wx import _rename
from wxPython import html
_rename(globals(), html.__dict__, modulename='html')
from wx import _rename
from wxPython import html
_rename(globals(), html.__dict__, modulename='html')