[Zope-Checkins] CVS: Zope/lib/python/Products/Sessions/help - SessionInterfaces.py:1.10

Martijn Pieters mj@zope.com
Wed, 14 Aug 2002 18:25:40 -0400


Update of /cvs-repository/Zope/lib/python/Products/Sessions/help
In directory cvs.zope.org:/tmp/cvs-serv27658/Sessions/help

Modified Files:
	SessionInterfaces.py 
Log Message:
Clean up indentation and trailing whitespace.


=== Zope/lib/python/Products/Sessions/help/SessionInterfaces.py 1.9 => 1.10 ===
--- Zope/lib/python/Products/Sessions/help/SessionInterfaces.py:1.9	Sat Aug 10 15:28:38 2002
+++ Zope/lib/python/Products/Sessions/help/SessionInterfaces.py	Wed Aug 14 18:25:09 2002
@@ -1,5 +1,5 @@
 ############################################################################
-# 
+#
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -81,7 +81,7 @@
         """
         Returns true if browser id is 'new'.  A browser id is 'new'
         when it is first created and the client has therefore not sent it
-        back to the server in any request.  
+        back to the server in any request.
 
         Permission required: Access contents information
 
@@ -111,7 +111,7 @@
         """
         Deletes the browser id cookie from the client browser, iff the
         'cookies' browser id namespace is being used.
-        
+
         Permission required: Access contents information
 
         Raises:  BrowserIdManagerErr.  If the 'cookies' namespace isn't
@@ -123,7 +123,7 @@
         Sets the browser id cookie to browser id 'bid' by force.
         Useful when you need to 'chain' browser id cookies across domains
         for the same user (perhaps temporarily using query strings).
-        
+
         Permission required: Access contents information
 
         Raises:  BrowserIdManagerErr.  If the 'cookies' namespace isn't