X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=trash%2Fpluginview.py;h=0b22e119eead778de81c003571b79febd8ace139;hb=5a98d2bbf3603206e4574783633342ddcbbd4943;hp=f6198df353db4425709ffdb17c2ffd6cb40674b8;hpb=c86f4d109aa25eddb364f190ae0324a95f7eac90;p=myslice.git diff --git a/trash/pluginview.py b/trash/pluginview.py index f6198df3..0b22e119 100644 --- a/trash/pluginview.py +++ b/trash/pluginview.py @@ -18,10 +18,9 @@ from plugins.querycode import QueryCode from plugins.raw import Raw from plugins.messages import Messages from plugins.hazelnut import Hazelnut -from plugins.updater import Updater -from myslice.viewutils import topmenu_items, the_user -from trash.trashutils import hard_wired_slice_names, hard_wired_list, lorem_p, lorem, quickfilter_criterias +from ui.topmenu import topmenu_items, the_user +from trash.trashutils import hard_wired_slice_names, hard_wired_list, lorem_p, lorem, quickfilter_criterias #might be useful or not depending on the context #@login_required @@ -47,14 +46,6 @@ def test_plugin_view (request): togglable=True, domid='stack', sons=[ \ -# this updater thing never made it to production -# Updater ( -# page=page, -# title="Won't show up as non togglable", -# query=main_query, -# label="Update me", -# domid="the-updater", -# ), # make sure the 2 things work together Messages ( page=page, @@ -64,7 +55,7 @@ def test_plugin_view (request): ), Hazelnut ( page=page, - title="Slice %s - checkboxes interacting w/ updater"%slicename, + title="Slice %s - checkboxes"%slicename, query=main_query, domid="hazelnut", checkboxes=True,