Commit 2335383f authored by Stephan Richter's avatar Stephan Richter

doc string cleanup and white space removal

parent c88a5f46
......@@ -11,7 +11,10 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Interfaces for ZODB."""
"""Interfaces for ZODB.
$Id: interfaces.py,v 1.3 2004/02/24 13:51:03 srichter Exp $
"""
try:
from zope.interface import Interface, Attribute
......@@ -141,8 +144,6 @@ class IDataManager(Interface):
"""
class ITransaction(Interface):
"""Object representing a running transaction.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment