[Zope3-checkins] CVS: Zope3/src/persistent - __init__.py:1.8
interfaces.py:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Feb 24 08:54:06 EST 2004
Update of /cvs-repository/Zope3/src/persistent
In directory cvs.zope.org:/tmp/cvs-serv26999/persistent
Modified Files:
__init__.py interfaces.py
Log Message:
Added module doc strings
=== Zope3/src/persistent/__init__.py 1.7 => 1.8 ===
--- Zope3/src/persistent/__init__.py:1.7 Wed Feb 18 21:59:30 2004
+++ Zope3/src/persistent/__init__.py Tue Feb 24 08:54:05 2004
@@ -11,7 +11,10 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-"""Provide access to Persistent and PersistentMapping."""
+"""Provide access to Persistent and PersistentMapping.
+
+$Id$
+"""
from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY
from cPickleCache import PickleCache
=== Zope3/src/persistent/interfaces.py 1.2 => 1.3 ===
--- Zope3/src/persistent/interfaces.py:1.2 Wed Feb 18 21:59:30 2004
+++ Zope3/src/persistent/interfaces.py Tue Feb 24 08:54:05 2004
@@ -11,7 +11,10 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
+"""Persistence Interfaces
+$Id$
+"""
try:
from zope.interface import Interface
from zope.interface import Attribute
More information about the Zope3-Checkins
mailing list