web/views/cwsources.py
changeset 8190 2a3c1b787688
parent 8166 20809488fe56
child 8408 41461b2e9854
--- a/web/views/cwsources.py	Thu Feb 02 14:33:30 2012 +0100
+++ b/web/views/cwsources.py	Mon Jan 23 13:25:02 2012 +0100
@@ -29,7 +29,7 @@
 
 from cubicweb import Unauthorized, tags
 from cubicweb.utils import make_uid
-from cubicweb.selectors import (is_instance, score_entity, has_related_entities,
+from cubicweb.predicates import (is_instance, score_entity, has_related_entities,
                                 match_user_groups, match_kwargs, match_view)
 from cubicweb.view import EntityView, StartupView
 from cubicweb.schema import META_RTYPES, VIRTUAL_RTYPES, display_name