[Zope-Checkins] CVS: Zope/lib/python/Products/Transience/help - TransienceInterfaces.py:1.9
Martijn Pieters
mj@zope.com
Wed, 14 Aug 2002 18:25:44 -0400
Update of /cvs-repository/Zope/lib/python/Products/Transience/help
In directory cvs.zope.org:/tmp/cvs-serv27658/Transience/help
Modified Files:
TransienceInterfaces.py
Log Message:
Clean up indentation and trailing whitespace.
=== Zope/lib/python/Products/Transience/help/TransienceInterfaces.py 1.8 => 1.9 ===
--- Zope/lib/python/Products/Transience/help/TransienceInterfaces.py:1.8 Wed Nov 28 11:09:08 2001
+++ Zope/lib/python/Products/Transience/help/TransienceInterfaces.py Wed Aug 14 18:25:14 2002
@@ -1,4 +1,4 @@
-##########################################################################
+##########################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
@@ -9,7 +9,7 @@
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE
#
-##########################################################################
+##########################################################################
"""
Transient Objects
@@ -24,7 +24,7 @@
container. You'll almost always deal with a TransientObject
itself which you'll usually get as 'REQUEST.SESSION'.
"""
-
+
def getId(self):
"""
Returns a meaningful unique id for the object.
@@ -79,7 +79,7 @@
Permission -- 'Create Transient Objects'
"""
-
+
def setTimeoutMinutes(self, timeout_mins):
"""
Set the number of minutes of inactivity allowable for subobjects
@@ -182,7 +182,7 @@
Permission -- Always available
"""
-
+
def invalidate(self):
"""
Invalidate (expire) the transient object.
@@ -291,5 +291,3 @@
from Products.Transience import MaxTransientObjectsExceeded
"""
-
-