[Zope3-checkins] CVS: Zope3/src/zope/app/rdb - __init__.py:1.7

Viktorija Zaksiene ryzaja@codeworks.lt
Mon, 12 May 2003 05:01:25 -0400


Update of /cvs-repository/Zope3/src/zope/app/rdb
In directory cvs.zope.org:/tmp/cvs-serv23833/src/zope/app/rdb

Modified Files:
	__init__.py 
Log Message:
Cleanup: removed whitespaces.


=== Zope3/src/zope/app/rdb/__init__.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/rdb/__init__.py:1.6	Wed Apr  2 12:33:39 2003
+++ Zope3/src/zope/app/rdb/__init__.py	Mon May 12 05:01:24 2003
@@ -57,7 +57,7 @@
         return (ResultSet,
                 (cols, [[getattr(row, col) for col in cols] for row in self])
                )
-                
+
     def __cmp__(self, other):
         if not isinstance(other, ResultSet):
             return super(ResultSet, self).__cmp__(other)