web/views/cwuser.py
changeset 8190 2a3c1b787688
parent 8083 3db2f3317d15
child 8665 e65af61bde7d
--- a/web/views/cwuser.py	Thu Feb 02 14:33:30 2012 +0100
+++ b/web/views/cwuser.py	Mon Jan 23 13:25:02 2012 +0100
@@ -26,7 +26,7 @@
 
 from cubicweb import tags
 from cubicweb.schema import display_name
-from cubicweb.selectors import one_line_rset, is_instance, match_user_groups
+from cubicweb.predicates import one_line_rset, is_instance, match_user_groups
 from cubicweb.view import EntityView, StartupView
 from cubicweb.web import action, uicfg, formwidgets
 from cubicweb.web.views import tabs, tableview, actions, add_etype_button