hooks/syncsources.py
changeset 8190 2a3c1b787688
parent 7879 9aae456abab5
child 8556 bbe0d6985e59
--- a/hooks/syncsources.py	Thu Feb 02 14:33:30 2012 +0100
+++ b/hooks/syncsources.py	Mon Jan 23 13:25:02 2012 +0100
@@ -23,7 +23,7 @@
 from yams.schema import role_name
 
 from cubicweb import ValidationError
-from cubicweb.selectors import is_instance
+from cubicweb.predicates import is_instance
 from cubicweb.server import SOURCE_TYPES, hook
 
 class SourceHook(hook.Hook):