[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - exceptions.py:1.3
Steve Alexander
steve@cat-box.net
Tue, 3 Jun 2003 11:51:56 -0400
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv10131/src/zope/app/interfaces
Modified Files:
exceptions.py
Log Message:
Temporarily reverted to old __implements__ due to bug in interface
machinery.
=== Zope3/src/zope/app/interfaces/exceptions.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/interfaces/exceptions.py:1.2 Tue Jun 3 11:47:51 2003
+++ Zope3/src/zope/app/interfaces/exceptions.py Tue Jun 3 11:51:55 2003
@@ -27,4 +27,5 @@
These exceptions should generally be displayed to users unless
they are handled.
"""
- implements(IUserError)
+ #implements(IUserError)
+ __implements__ = IUserError