[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces -
annotation.py:1.7
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Feb 13 17:11:05 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv6833/src/zope/app/interfaces
Modified Files:
annotation.py
Log Message:
Cleaned up interfaces.
=== Zope3/src/zope/app/interfaces/annotation.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/interfaces/annotation.py:1.6 Tue Aug 19 13:53:18 2003
+++ Zope3/src/zope/app/interfaces/annotation.py Fri Feb 13 17:11:02 2004
@@ -15,7 +15,6 @@
$Id$
"""
-
from zope.interface import Interface
class IAnnotatable(Interface):
@@ -55,7 +54,7 @@
"""Return the annotation stored under key, or default if not found.
"""
- def __setitem__(key, memento):
+ def __setitem__(key, value):
"""Store annotation under key.
In order to avoid key collisions, users of this interface must
More information about the Zope3-Checkins
mailing list