diff -r 2ee0ef069fa7 -r 2a3c1b787688 web/views/calendar.py --- a/web/views/calendar.py Thu Feb 02 14:33:30 2012 +0100 +++ b/web/views/calendar.py Mon Jan 23 13:25:02 2012 +0100 @@ -28,7 +28,7 @@ from cubicweb.utils import json_dumps, make_uid from cubicweb.interfaces import ICalendarable -from cubicweb.selectors import implements, adaptable +from cubicweb.predicates import implements, adaptable from cubicweb.view import EntityView, EntityAdapter, implements_adapter_compat # useful constants & functions ################################################