web/views/vcard.py
branchtls-sprint
changeset 889 609edca88406
parent 728 a95b284150d1
child 1398 5fe84a5f7035
--- a/web/views/vcard.py	Fri Feb 20 10:38:34 2009 +0100
+++ b/web/views/vcard.py	Fri Feb 20 10:38:41 2009 +0100
@@ -1,13 +1,13 @@
 """vcard import / export
 
 :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"
 
 from cubicweb.selectors import implements
-from cubicweb.common.view import EntityView
+from cubicweb.view import EntityView
 
 _ = unicode