projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
#if around deprecated macros
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
shell.py
diff --git
a/wxPython/wx/py/shell.py
b/wxPython/wx/py/shell.py
index e6422e31fcd4785b98477f8e1ccfb0e46e52f27b..9b16953fc61fc3880b55ba9d7b4d8381300706f4 100644
(file)
--- a/
wxPython/wx/py/shell.py
+++ b/
wxPython/wx/py/shell.py
@@
-1,9
+1,6
@@
"""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.py import shell
_rename(globals(), shell.__dict__, modulename='py.shell')