[Zope3-checkins] CVS: Zope3/src/transaction - interfaces.py:1.7
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Feb 24 08:52:06 EST 2004
Update of /cvs-repository/Zope3/src/transaction
In directory cvs.zope.org:/tmp/cvs-serv26607/transaction
Modified Files:
interfaces.py
Log Message:
Added module doc string
=== Zope3/src/transaction/interfaces.py 1.6 => 1.7 ===
--- Zope3/src/transaction/interfaces.py:1.6 Fri Feb 20 11:56:56 2004
+++ Zope3/src/transaction/interfaces.py Tue Feb 24 08:52:05 2004
@@ -11,7 +11,10 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
+"""Transaction Interfaces
+$Id$
+"""
try:
from zope.interface import Interface
except ImportError:
More information about the Zope3-Checkins
mailing list