]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/lib/ErrorDialogs_wdr.py
added functions to read/write several elements at once (patch 754986)
[wxWidgets.git] / wxPython / wx / lib / ErrorDialogs_wdr.py
CommitLineData
1fded56b
RD
1
2"""Renamer stub: provides a way to drop the wx prefix from wxPython objects."""
3
4__cvsid__ = "$Id$"
5__revision__ = "$Revision$"[11:-2]
6
7from wx import _rename
8from wxPython.lib import ErrorDialogs_wdr
9_rename(globals(), ErrorDialogs_wdr.__dict__, modulename='lib.ErrorDialogs_wdr')
10del ErrorDialogs_wdr
11del _rename