]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/py/wxd/d_wx.py
applied SourceForge patch # 854330 for Filedialog Unicode fixes
[wxWidgets.git] / wxPython / wx / py / wxd / d_wx.py
CommitLineData
1e4a197e
RD
1"""Decorator utility for documentation and shell scripting.
2
3When you import wx from this module, all of the classes get decorated
4with docstrings from our decoration class definitions.
5"""
6
7__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
8__cvsid__ = "$Id$"
9__revision__ = "$Revision$"[11:-2]
10
11from wxPython import wx
12
13import wx_
14
15import decorator
16
17decorator.decorate(real=wx, decoration=wx_)