web/views/eproperties.py
branchtls-sprint
changeset 984 536e421b082b
parent 940 15dcdc863965
child 1132 96752791c2b6
--- a/web/views/eproperties.py	Mon Mar 02 20:43:58 2009 +0100
+++ b/web/views/eproperties.py	Mon Mar 02 20:44:14 2009 +0100
@@ -2,7 +2,7 @@
 
 
 :organization: Logilab
-:copyright: 2007-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+:copyright: 2007-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 """
 __docformat__ = "restructuredtext en"
@@ -14,7 +14,7 @@
 from cubicweb.selectors import (one_line_rset, none_rset, implements,
                                 match_user_groups, chainfirst, chainall)
 from cubicweb.utils import UStringIO
-from cubicweb.common.view import StartupView
+from cubicweb.view import StartupView
 from cubicweb.web import INTERNAL_FIELD_VALUE, eid_param, stdmsgs
 from cubicweb.web.views import baseviews
 from cubicweb.web.form import FormMixIn