web/views/magicsearch.py
branchtls-sprint
changeset 680 99d0b471cc0c
parent 661 4f61eb8a96b7
child 984 536e421b082b
--- a/web/views/magicsearch.py	Tue Feb 17 17:31:16 2009 +0100
+++ b/web/views/magicsearch.py	Tue Feb 17 17:45:57 2009 +0100
@@ -2,7 +2,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
 """
 
@@ -15,7 +15,7 @@
 from rql.nodes import Relation
 
 from cubicweb import Unauthorized
-from cubicweb.common.appobject import Component
+from cubicweb.common.view import Component
 
 LOGGER = getLogger('cubicweb.magicsearch')