update imports tls-sprint
authorsylvain.thenault@logilab.fr
Fri, 20 Feb 2009 10:38:41 +0100
branchtls-sprint
changeset 889 609edca88406
parent 888 603327e9aef4
child 890 3530baff9120
update imports
web/views/timetable.py
web/views/vcard.py
--- a/web/views/timetable.py	Fri Feb 20 10:38:34 2009 +0100
+++ b/web/views/timetable.py	Fri Feb 20 10:38:41 2009 +0100
@@ -9,8 +9,8 @@
 
 from cubicweb.interfaces import ITimetableViews
 from cubicweb.selectors import implements
-from cubicweb.common.utils import date_range
-from cubicweb.common.view import AnyRsetView
+from cubicweb.utils import date_range
+from cubicweb.view import AnyRsetView
 
 
 class _TaskEntry(object):
--- a/web/views/vcard.py	Fri Feb 20 10:38:34 2009 +0100
+++ b/web/views/vcard.py	Fri Feb 20 10:38:41 2009 +0100
@@ -1,13 +1,13 @@
 """vcard import / export
 
 :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.selectors import implements
-from cubicweb.common.view import EntityView
+from cubicweb.view import EntityView
 
 _ = unicode