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

Brian Lloyd brian at zope.com
Wed Aug 6 12:04:51 EDT 2003


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

Modified Files:
	__init__.py 
Log Message:
fix another indent

=== Products/ZopeOrg-NV/__init__.py 1.29 => 1.30 ===
         if url and (url.endswith('portal_catalog') or \
            url.endswith('portal_catalog/') or \
            url.endswith('portal_catalog/index_html')):
-              log('TTW call of portal_catalog.  Referer: %s' %
+            log('TTW call of portal_catalog.  Referer: %s' %
                   REQUEST.get('HTTP_REFERER', '<unknown>'))
             raise ValueError, 'catalog not callable from the web'
 





More information about the zopeorg-checkins mailing list