web/views/searchrestriction.py
changeset 16 a70ece4d9d1a
parent 0 b97547f5f1fa
child 1802 d628defebc17
--- a/web/views/searchrestriction.py	Mon Nov 10 18:18:44 2008 +0100
+++ b/web/views/searchrestriction.py	Mon Nov 10 19:33:55 2008 +0100
@@ -2,31 +2,6 @@
 a search
 
 :organization: Logilab
-:copyright: 2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
-:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
-"""
-__docformat__ = "restructuredtext en"
-
-from simplejson import dumps
-
-from logilab.common.graph import has_path
-from logilab.common.decorators import cached
-from logilab.common.compat import all
-
-from logilab.mtconverter import html_escape
-
-from rql import nodes
-
-
-
-from cubicweb.web.facet import (VocabularyFacet, prepare_facets_rqlst)
-
-
-"""Set of base controllers, which are directly plugged into the application
-object to handle publication.
-
-
-:organization: Logilab
 :copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 """