[Zope3-checkins] CVS: Zope3/src/zope/app/services -
principalannotation.py:1.13
Philipp von Weitershausen
philikon at philikon.de
Tue Mar 2 08:40:50 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv13662/app/services
Modified Files:
principalannotation.py
Log Message:
Cleanup.
=== Zope3/src/zope/app/services/principalannotation.py 1.12 => 1.13 ===
--- Zope3/src/zope/app/services/principalannotation.py:1.12 Fri Feb 20 17:02:31 2004
+++ Zope3/src/zope/app/services/principalannotation.py Tue Mar 2 08:40:48 2004
@@ -11,8 +11,10 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
+"""Implementation of IPrincipalAnnotationService.
-"""Implementation of IPrincipalAnnotationService."""
+$Id$
+"""
# TODO: register service as adapter for IAnnotations on service activation
# this depends on existence of LocalAdapterService, so once that's done
@@ -43,8 +45,6 @@
def __init__(self):
self.annotations = OOBTree()
-
- # implementation of IPrincipalAnnotationService
def getAnnotations(self, principal):
"""Return object implementing IAnnotations for the given principal.
More information about the Zope3-Checkins
mailing list