web/views/old_calendar.py
changeset 4466 8b0ca7904820
parent 4252 6c4f109c2b03
child 4719 aaed3f813ef8
--- a/web/views/old_calendar.py	Fri Feb 05 08:55:21 2010 +0100
+++ b/web/views/old_calendar.py	Fri Feb 05 11:54:23 2010 +0100
@@ -9,9 +9,10 @@
 from datetime import date, time, timedelta
 
 from logilab.mtconverter import xml_escape
+from logilab.common.date import (ONEDAY, ONEWEEK, days_in_month, previous_month,
+                                 next_month, first_day, last_day, date_range)
 
 from cubicweb.interfaces import ICalendarViews
-from cubicweb.utils import ONEDAY, ONEWEEK, date_range, first_day, last_day, previous_month, next_month, days_in_month
 from cubicweb.selectors import implements
 from cubicweb.view import EntityView