update import tls-sprint
authorsylvain.thenault@logilab.fr
Wed, 18 Feb 2009 01:42:11 +0100
branchtls-sprint
changeset 751 ec16f43107d3
parent 750 89e997bc2bf1
child 752 c0506c4a1e6c
update import
web/form.py
--- a/web/form.py	Wed Feb 18 01:42:07 2009 +0100
+++ b/web/form.py	Wed Feb 18 01:42:11 2009 +0100
@@ -1,7 +1,7 @@
 """abstract form classes for CubicWeb web client
 
 :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"
@@ -12,8 +12,8 @@
 
 from cubicweb import typed_eid
 from cubicweb.selectors import match_form_params
+from cubicweb.view import NOINDEX, NOFOLLOW, View, EntityView, AnyRsetView
 from cubicweb.common.registerers import accepts_registerer
-from cubicweb.common.view import NOINDEX, NOFOLLOW, View, EntityView, AnyRsetView
 from cubicweb.web import stdmsgs
 from cubicweb.web.httpcache import NoHTTPCacheManager
 from cubicweb.web.controller import redirect_params