web/views/startup.py
branchtls-sprint
changeset 1635 866563e2d0fc
parent 1631 8370be19afd7
child 1641 2c80b09d8d86
--- a/web/views/startup.py	Mon May 04 10:52:00 2009 +0200
+++ b/web/views/startup.py	Mon May 04 11:47:33 2009 +0200
@@ -13,8 +13,8 @@
 
 from cubicweb.view import StartupView
 from cubicweb.selectors import match_user_groups
-from cubicweb.common.uilib import ureport_as_html, ajax_replace_url
-from cubicweb.web import uicfg, httpcache
+from cubicweb.common.uilib import ureport_as_html
+from cubicweb.web import ajax_replace_url, uicfg, httpcache
 from cubicweb.web.views.management import SecurityViewMixIn