[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services -
auth.py:1.7 principalannotation.py:1.6
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Feb 24 09:24:43 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv348/services
Modified Files:
auth.py principalannotation.py
Log Message:
Improved doc strings and removed white space
=== Zope3/src/zope/app/interfaces/services/auth.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/interfaces/services/auth.py:1.6 Mon Jun 23 18:46:16 2003
+++ Zope3/src/zope/app/interfaces/services/auth.py Tue Feb 24 09:24:12 2004
@@ -11,7 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""
+"""User and Authentication Service Interfaces.
+
$Id$
"""
from zope.interface import Interface
=== Zope3/src/zope/app/interfaces/services/principalannotation.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/interfaces/services/principalannotation.py:1.5 Thu Oct 23 10:56:58 2003
+++ Zope3/src/zope/app/interfaces/services/principalannotation.py Tue Feb 24 09:24:12 2004
@@ -11,9 +11,10 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
+"""Service for storing IAnnotations for principals.
-"""Service for storing IAnnotations for principals."""
-
+$Id$
+"""
from zope.interface import Interface
More information about the Zope3-Checkins
mailing list