Files
wxWidgets/wxPython/wxPython/lib/stattext.py
2003-11-12 21:34:20 +00:00

9 lines
232 B
Python

## This file reverse renames symbols in the wx package to give
## them their wx prefix again, for backwards compatibility.
import wx.lib.stattext
__doc__ = wx.lib.stattext.__doc__
wxGenStaticText = wx.lib.stattext.GenStaticText