[Zope-Checkins] CVS: Zope/lib/python/Shared/DC/ZRDB - DA.py:1.109
Florent Guillaume
fg@nuxeo.com
Wed, 26 Feb 2003 12:59:04 -0500
Update of /cvs-repository/Zope/lib/python/Shared/DC/ZRDB
In directory cvs.zope.org:/tmp/cvs-serv17756
Modified Files:
DA.py
Log Message:
Normalize whitespace.
=== Zope/lib/python/Shared/DC/ZRDB/DA.py 1.108 => 1.109 ===
--- Zope/lib/python/Shared/DC/ZRDB/DA.py:1.108 Wed Feb 26 08:23:11 2003
+++ Zope/lib/python/Shared/DC/ZRDB/DA.py Wed Feb 26 12:59:03 2003
@@ -430,7 +430,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