web/views/error.py
branchtls-sprint
changeset 984 536e421b082b
parent 0 b97547f5f1fa
child 1802 d628defebc17
--- a/web/views/error.py	Mon Mar 02 20:43:58 2009 +0100
+++ b/web/views/error.py	Mon Mar 02 20:44:14 2009 +0100
@@ -2,12 +2,12 @@
 as startup views and are used for standard error pages (404, 500, etc.)
 
 :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.common.view import StartupView
+from cubicweb.view import StartupView
 
 class FourOhFour(StartupView):
     id = '404'