[Zope3-checkins] CVS: Zope3/src/zope/app/undo - interfaces.py:1.2
Philipp von Weitershausen
philikon at philikon.de
Thu Mar 18 09:31:49 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/undo
In directory cvs.zope.org:/tmp/cvs-serv25760
Modified Files:
interfaces.py
Log Message:
Cleanup.
=== Zope3/src/zope/app/undo/interfaces.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/undo/interfaces.py:1.1 Mon Mar 1 09:16:56 2004
+++ Zope3/src/zope/app/undo/interfaces.py Thu Mar 18 09:31:49 2004
@@ -11,11 +11,14 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
+"""
+$Id$
+"""
from zope.interface import Interface
class IUndoManager(Interface):
- " Interface for the Undo Manager "
+ """Interface for the Undo Manager"""
def getUndoInfo(first=0, last=-20, user_name=None):
"""
@@ -42,7 +45,6 @@
datetime -> datetime object of time
description -> transaction description
"""
-
def undoTransaction(id_list):
"""
More information about the Zope3-Checkins
mailing list