web/views/calendar.py
branchtls-sprint
changeset 1802 d628defebc17
parent 1801 672acc730ce5
child 1881 75540944ae18
equal deleted inserted replaced
1801:672acc730ce5 1802:d628defebc17
    11 
    11 
    12 from cubicweb.interfaces import ICalendarable
    12 from cubicweb.interfaces import ICalendarable
    13 from cubicweb.selectors import implements
    13 from cubicweb.selectors import implements
    14 from cubicweb.utils import strptime, date_range, todate, todatetime
    14 from cubicweb.utils import strptime, date_range, todate, todatetime
    15 from cubicweb.view import EntityView
    15 from cubicweb.view import EntityView
    16 from cubicweb.web import ajax_replace_url
       
    17 
    16 
    18 _ = unicode
    17 _ = unicode
    19 
    18 
    20 # useful constants & functions ################################################
    19 # useful constants & functions ################################################
    21 
    20