missing import
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 28 Jan 2009 17:00:03 +0100
changeset 505 04f40057fc4d
parent 504 459e50669d96
child 507 f4a6f1ccc4d8
missing import
web/views/startup.py
--- a/web/views/startup.py	Wed Jan 28 16:58:05 2009 +0100
+++ b/web/views/startup.py	Wed Jan 28 17:00:03 2009 +0100
@@ -10,7 +10,7 @@
 from logilab.mtconverter import html_escape
 
 from cubicweb.common.uilib import ureport_as_html, unormalize, ajax_replace_url
-from cubicweb.common.view import StartupView
+from cubicweb.common.view import StartupView, EntityView
 from cubicweb.web.httpcache import EtagHTTPCacheManager
 
 _ = unicode