[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/security/grants - __init__.py:1.3 securitymap.py:1.2

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Feb 24 09:23:07 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/interfaces/security/grants
In directory cvs.zope.org:/tmp/cvs-serv32599/security/grants

Modified Files:
	__init__.py securitymap.py 
Log Message:
Improved doc strings and added XXX comment


=== Zope3/src/zope/app/interfaces/security/grants/__init__.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/interfaces/security/grants/__init__.py:1.2	Wed Dec 25 09:13:02 2002
+++ Zope3/src/zope/app/interfaces/security/grants/__init__.py	Tue Feb 24 09:23:06 2004
@@ -1,2 +1,4 @@
 #
 # This file is necessary to make this directory a package.
+
+# XXX: Security policy moved out of zope.app, so it should not be here.


=== Zope3/src/zope/app/interfaces/security/grants/securitymap.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/interfaces/security/grants/securitymap.py:1.1	Thu Dec 26 13:51:59 2002
+++ Zope3/src/zope/app/interfaces/security/grants/securitymap.py	Tue Feb 24 09:23:06 2004
@@ -11,8 +11,10 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Security map to hold matrix-like relationships."""
+"""Security map to hold matrix-like relationships.
 
+$Id$
+"""
 from zope.interface import Interface
 
 




More information about the Zope3-Checkins mailing list