Commit 9158fe41 authored by Stephan Richter's avatar Stephan Richter

doc string cleanup and white space removal

parent be647509
...@@ -11,7 +11,10 @@ ...@@ -11,7 +11,10 @@
# FOR A PARTICULAR PURPOSE. # 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: try:
from zope.interface import Interface, Attribute from zope.interface import Interface, Attribute
...@@ -141,8 +144,6 @@ class IDataManager(Interface): ...@@ -141,8 +144,6 @@ class IDataManager(Interface):
""" """
class ITransaction(Interface): class ITransaction(Interface):
"""Object representing a running transaction. """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