hooks/syncschema.py
changeset 8190 2a3c1b787688
parent 8178 2d62b6017700
child 8216 99ff746e8de8
--- a/hooks/syncschema.py	Thu Feb 02 14:33:30 2012 +0100
+++ b/hooks/syncschema.py	Mon Jan 23 13:25:02 2012 +0100
@@ -32,7 +32,7 @@
 from logilab.common.decorators import clear_cache
 
 from cubicweb import ValidationError
-from cubicweb.selectors import is_instance
+from cubicweb.predicates import is_instance
 from cubicweb.schema import (SCHEMA_TYPES, META_RTYPES, VIRTUAL_RTYPES,
                              CONSTRAINTS, ETYPE_NAME_MAP, display_name)
 from cubicweb.server import hook, schemaserial as ss