web/views/basecontrollers.py
changeset 408 a8814ff6824e
parent 353 376f9a4979e7
child 447 0e52d72104a6
--- a/web/views/basecontrollers.py	Wed Jan 14 14:29:56 2009 +0100
+++ b/web/views/basecontrollers.py	Wed Jan 14 14:30:45 2009 +0100
@@ -4,7 +4,7 @@
 
 
 :organization: Logilab
-:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 """
 __docformat__ = "restructuredtext en"
@@ -27,7 +27,7 @@
 from cubicweb.web.views import vid_from_rset
 try:
     from cubicweb.web.facet import (FilterRQLBuilder, get_facet,
-                                 prepare_facets_rqlst)
+                                    prepare_facets_rqlst)
     HAS_SEARCH_RESTRICTION = True
 except ImportError: # gae
     HAS_SEARCH_RESTRICTION = False