web/views/schemaentities.py
branchtls-sprint
changeset 787 b9eb2475b446
parent 728 a95b284150d1
child 1012 0de202b907d6
--- a/web/views/schemaentities.py	Wed Feb 18 15:01:50 2009 +0100
+++ b/web/views/schemaentities.py	Wed Feb 18 15:01:58 2009 +0100
@@ -1,7 +1,7 @@
 """Specific views for schema related entities
 
 :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"
@@ -10,8 +10,8 @@
 
 from cubicweb.selectors import implements, rql_condition
 from cubicweb.schemaviewer import SchemaViewer
+from cubicweb.view import EntityView
 from cubicweb.common.uilib import ureport_as_html
-from cubicweb.common.view import EntityView
 from cubicweb.web.views import baseviews