]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/lib/splashscreen.py
multilib mode
[wxWidgets.git] / wxPython / wx / lib / splashscreen.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 splashscreen
9_rename(globals(), splashscreen.__dict__, modulename='lib.splashscreen')
10del splashscreen
11del _rename