[Zope-Checkins] CVS: Zope/lib/python/Shared/DC/ZRDB - DA.py:1.105.6.3

Florent Guillaume fg@nuxeo.com
Wed, 26 Feb 2003 13:00:39 -0500


Update of /cvs-repository/Zope/lib/python/Shared/DC/ZRDB
In directory cvs.zope.org:/tmp/cvs-serv21476

Modified Files:
      Tag: Zope-2_6-branch
	DA.py 
Log Message:
Normalize whitespace, thus keeping HEAD and this branch in sync.


=== Zope/lib/python/Shared/DC/ZRDB/DA.py 1.105.6.2 => 1.105.6.3 ===
--- Zope/lib/python/Shared/DC/ZRDB/DA.py:1.105.6.2	Wed Feb 26 09:57:41 2003
+++ Zope/lib/python/Shared/DC/ZRDB/DA.py	Wed Feb 26 13:00:37 2003
@@ -415,7 +415,7 @@
             try:     query=apply(self.template, (p,), argdata)
             except TypeError, msg:
                 msg = str(msg)
-                if find(msg,'client') >=0:
+                if find(msg,'client') >= 0:
                     raise NameError("'client' may not be used as an " +
                         "argument name in this context")
                 else: raise