]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/wxd/d_wx.py
Merged the wxPy_newswig branch into the HEAD branch (main trunk)
[wxWidgets.git] / wxPython / wx / py / wxd / d_wx.py
diff --git a/wxPython/wx/py/wxd/d_wx.py b/wxPython/wx/py/wxd/d_wx.py
new file mode 100644 (file)
index 0000000..f837473
--- /dev/null
@@ -0,0 +1,17 @@
+"""Decorator utility for documentation and shell scripting.
+
+When you import wx from this module, all of the classes get decorated
+with docstrings from our decoration class definitions.
+"""
+
+__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
+__cvsid__ = "$Id$"
+__revision__ = "$Revision$"[11:-2]
+
+from wxPython import wx
+
+import wx_
+
+import decorator
+
+decorator.decorate(real=wx, decoration=wx_)