From 26264b80b63ea1475a3b6bf5f1f87861fdbcac11 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 12 Mar 2013 12:47:19 +0100 Subject: [PATCH] comments --- trash/pluginview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trash/pluginview.py b/trash/pluginview.py index fa3336fa..413e126a 100644 --- a/trash/pluginview.py +++ b/trash/pluginview.py @@ -63,7 +63,6 @@ def test_plugin_view (request): template_env [ 'content_main' ] = main_plugin.render(request) ########## - # lacks a/href to /slice/%s related_plugin = StaticList (pluginset=pluginset, title='SliceList plugin',domid='slicelist1', with_datatables='yes', @@ -77,6 +76,7 @@ def test_plugin_view (request): template_env [ 'topmenu_items' ] = topmenu_items('plugin', request) template_env [ 'username' ] = the_user (request) + # we don't have anythong asynchroneous, but that doesn't hurt... pluginset.exec_queue_asynchroneously () # the prelude object in pluginset contains a summary of the requirements() for all plugins -- 2.43.0