web/views/actions.py
changeset 8665 e65af61bde7d
parent 8306 4da49700b06a
child 8666 1dd655788ece
--- a/web/views/actions.py	Thu Jan 10 13:03:38 2013 +0100
+++ b/web/views/actions.py	Thu Jan 10 18:34:10 2013 +0100
@@ -32,8 +32,8 @@
     authenticated_user, match_user_groups, match_search_state,
     has_permission, has_add_permission, is_instance, debug_mode,
     )
-from cubicweb.web import uicfg, controller, action
-from cubicweb.web.views import linksearch_select_url, vid_from_rset
+from cubicweb.web import controller, action
+from cubicweb.web.views import uicfg, linksearch_select_url, vid_from_rset
 
 
 class has_editable_relation(EntityPredicate):