]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/lib/mixins/imagelist.py
wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2)
[wxWidgets.git] / wxPython / wx / lib / mixins / imagelist.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.mixins import imagelist
9_rename(globals(), imagelist.__dict__, modulename='lib.mixins.imagelist')
10del imagelist
11del _rename