[zopeorg-checkins] CVS: Products/ZopeOrg-NV - __init__.py:1.29

Brian Lloyd brian at zope.com
Wed Aug 6 11:14:12 EDT 2003


Update of /cvs-zopeorg/Products/ZopeOrg-NV
In directory cvs.zope.org:/tmp/cvs-serv23338

Modified Files:
	__init__.py 
Log Message:
fix indent

=== Products/ZopeOrg-NV/__init__.py 1.28 => 1.29 ===
            url.endswith('portal_catalog/index_html')):
               log('TTW call of portal_catalog.  Referer: %s' %
                   REQUEST.get('HTTP_REFERER', '<unknown>'))
-              raise ValueError, 'catalog not callable from the web'
+            raise ValueError, 'catalog not callable from the web'
 
     return apply(_searchResults, (self, REQUEST), kw)
     





More information about the zopeorg-checkins mailing list