[Zope3-checkins] CVS: Zope3/src/zope/app/services -
principalannotation.py:1.9.24.3
Fred L. Drake, Jr.
fred at zope.com
Tue Sep 9 16:31:50 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv19053
Modified Files:
Tag: parentgeddon-branch
principalannotation.py
Log Message:
remove spurious blank lines
=== Zope3/src/zope/app/services/principalannotation.py 1.9.24.2 => 1.9.24.3 ===
--- Zope3/src/zope/app/services/principalannotation.py:1.9.24.2 Tue Sep 9 14:52:16 2003
+++ Zope3/src/zope/app/services/principalannotation.py Tue Sep 9 15:31:50 2003
@@ -44,7 +44,6 @@
def __init__(self):
self.annotations = OOBTree()
-
# implementation of IPrincipalAnnotationService
def getAnnotations(self, principal):
@@ -69,7 +68,6 @@
return annotations
-
def hasAnnotations(self, principal):
"""Return boolean indicating if given principal has IAnnotations."""
return principal.getId() in self.annotations
@@ -99,7 +97,6 @@
wrapped_self.principalId)
return annotations[key]
raise
-
def __setitem__(self, key, value):
More information about the Zope3-Checkins
mailing list