update imports tls-sprint
authorsylvain.thenault@logilab.fr
Wed, 18 Feb 2009 15:01:58 +0100
branchtls-sprint
changeset 787 b9eb2475b446
parent 786 a261fee1bbde
child 788 d62fb3e9797d
update imports
web/views/schemaentities.py
--- 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