# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1234965718 -3600 # Node ID b9eb2475b446626b2ecfec09a416457c9cc39022 # Parent a261fee1bbde82d08206c331d22d8653daba7202 update imports diff -r a261fee1bbde -r b9eb2475b446 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