web/views/cwuser.py
changeset 8665 e65af61bde7d
parent 8190 2a3c1b787688
child 9015 65b8236e1bb4
--- a/web/views/cwuser.py	Thu Jan 10 13:03:38 2013 +0100
+++ b/web/views/cwuser.py	Thu Jan 10 18:34:10 2013 +0100
@@ -28,8 +28,8 @@
 from cubicweb.schema import display_name
 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
+from cubicweb.web import action, formwidgets
+from cubicweb.web.views import uicfg, tabs, tableview, actions, add_etype_button
 
 _pvs = uicfg.primaryview_section
 _pvs.tag_attribute(('CWUser', 'login'), 'hidden')