[Zope-Checkins] CVS: Zope/lib/python/Products/ZSQLMethods - SQL.py:1.21 __init__.py:1.18

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


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

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


=== Zope/lib/python/Products/ZSQLMethods/SQL.py 1.20 => 1.21 ===
--- Zope/lib/python/Products/ZSQLMethods/SQL.py:1.20	Wed Nov 28 10:51:10 2001
+++ Zope/lib/python/Products/ZSQLMethods/SQL.py	Wed Aug 14 18:25:18 2002
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 __doc__='''SQL Methods
 
@@ -75,7 +75,7 @@
             u="%s/%s/manage_testForm" % (u,id)
         else:
             u=u+'/manage_main'
-            
+
         REQUEST.RESPONSE.redirect(u)
     return ''
 
@@ -102,7 +102,7 @@
         and result data.
 
         For more information, see the searchable-object interface
-        specification. 
+        specification.
 
       - Containment
 
@@ -119,7 +119,7 @@
     """
     __implements__ = (WriteLockInterface,)
     meta_type='Z SQL Method'
-                
+
     manage=manage_main=DTMLFile('dtml/edit', globals())
     manage_main._setName('manage_main')
 


=== Zope/lib/python/Products/ZSQLMethods/__init__.py 1.17 => 1.18 ===
--- Zope/lib/python/Products/ZSQLMethods/__init__.py:1.17	Wed Nov 28 10:51:10 2001
+++ Zope/lib/python/Products/ZSQLMethods/__init__.py	Wed Aug 14 18:25:18 2002
@@ -1,14 +1,14 @@
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE
-# 
+#
 ##############################################################################
 __doc__='''SQL Method Product