web/views/vcard.py
changeset 8190 2a3c1b787688
parent 5877 0c7b7b76a84f
child 10666 7f6b5f023884
--- a/web/views/vcard.py	Thu Feb 02 14:33:30 2012 +0100
+++ b/web/views/vcard.py	Mon Jan 23 13:25:02 2012 +0100
@@ -20,7 +20,7 @@
 """
 __docformat__ = "restructuredtext en"
 
-from cubicweb.selectors import is_instance
+from cubicweb.predicates import is_instance
 from cubicweb.view import EntityView
 
 _ = unicode