[Zope3-checkins] CVS: Zope3/src/ZODB - interfaces.py:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Feb 24 08:51:07 EST 2004
Update of /cvs-repository/Zope3/src/ZODB
In directory cvs.zope.org:/tmp/cvs-serv26383/ZODB
Modified Files:
interfaces.py
Log Message:
doc string cleanup and white space removal
=== Zope3/src/ZODB/interfaces.py 1.2 => 1.3 ===
--- Zope3/src/ZODB/interfaces.py:1.2 Wed Feb 18 21:59:06 2004
+++ Zope3/src/ZODB/interfaces.py Tue Feb 24 08:51:03 2004
@@ -11,7 +11,10 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""Interfaces for ZODB."""
+"""Interfaces for ZODB.
+
+$Id$
+"""
try:
from zope.interface import Interface, Attribute
@@ -140,8 +143,6 @@
o In the first phase of two-phase commit
"""
-
-
class ITransaction(Interface):
More information about the Zope3-Checkins
mailing list