changeset 8190 | 2a3c1b787688 |
parent 8163 | f0a0bfc4a0c8 |
child 8830 | 7fd6c52ef878 |
--- a/web/views/igeocodable.py Thu Feb 02 14:33:30 2012 +0100 +++ b/web/views/igeocodable.py Mon Jan 23 13:25:02 2012 +0100 @@ -21,7 +21,7 @@ from cubicweb.interfaces import IGeocodable from cubicweb.view import EntityView, EntityAdapter, implements_adapter_compat -from cubicweb.selectors import implements, adaptable +from cubicweb.predicates import implements, adaptable from cubicweb.utils import json_dumps class IGeocodableAdapter(EntityAdapter):