web/views/calendar.py
changeset 8190 2a3c1b787688
parent 8153 e225e70239ed
child 8307 8be58694f416
--- 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 ################################################