[Zope3-checkins]
SVN: Zope3/branches/jim-adapter/src/zope/deprecation/__init__.py
expose new decorator
Philipp von Weitershausen
philikon at philikon.de
Tue Feb 28 09:59:56 EST 2006
Log message for revision 65579:
expose new decorator
Changed:
U Zope3/branches/jim-adapter/src/zope/deprecation/__init__.py
-=-
Modified: Zope3/branches/jim-adapter/src/zope/deprecation/__init__.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/deprecation/__init__.py 2006-02-28 14:47:54 UTC (rev 65578)
+++ Zope3/branches/jim-adapter/src/zope/deprecation/__init__.py 2006-02-28 14:59:56 UTC (rev 65579)
@@ -17,7 +17,7 @@
"""
__docformat__ = "reStructuredText"
-from zope.deprecation.deprecation import deprecated, ShowSwitch
+from zope.deprecation.deprecation import deprecated, deprecate, ShowSwitch
# This attribute can be used to temporarly deactivate deprecation
# warnings, so that backward-compatibility code can import other
More information about the Zope3-Checkins
mailing list