web/views/calendar.py
changeset 4466 8b0ca7904820
parent 4252 6c4f109c2b03
child 4582 d12b81facd1d
--- a/web/views/calendar.py	Fri Feb 05 08:55:21 2010 +0100
+++ b/web/views/calendar.py	Fri Feb 05 11:54:23 2010 +0100
@@ -11,10 +11,10 @@
 from datetime import datetime, date, timedelta
 
 from logilab.mtconverter import xml_escape
+from logilab.common.date import strptime, date_range, todate, todatetime
 
 from cubicweb.interfaces import ICalendarable
 from cubicweb.selectors import implements
-from cubicweb.utils import strptime, date_range, todate, todatetime
 from cubicweb.view import EntityView