[Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex - ZCTextIndex.py:1.42

Florent Guillaume fg@nuxeo.com
Tue, 28 Jan 2003 10:49:01 -0500


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

Modified Files:
	ZCTextIndex.py 
Log Message:
Style.


=== Zope/lib/python/Products/ZCTextIndex/ZCTextIndex.py 1.41 => 1.42 ===
--- Zope/lib/python/Products/ZCTextIndex/ZCTextIndex.py:1.41	Tue Jan 28 09:25:05 2003
+++ Zope/lib/python/Products/ZCTextIndex/ZCTextIndex.py	Tue Jan 28 10:48:58 2003
@@ -242,8 +242,10 @@
 def manage_addZCTextIndex(self, id, extra=None, REQUEST=None,
                           RESPONSE=None):
     """Add a text index"""
-    if REQUEST is None: URL3 = None
-    else: URL3 = REQUEST.URL3
+    if REQUEST is None:
+        URL3 = None
+    else:
+        URL3 = REQUEST.URL3
     return self.manage_addIndex(id, 'ZCTextIndex', extra,
                                 REQUEST, RESPONSE, URL3)