X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fqueryupdater%2F__init__.py;fp=plugins%2Fresources_selected%2F__init__.py;h=9b347d3ed2270613161baaa123b2560560ef39e1;hb=0c12a2033bcb737c05c472cb069a288f44b3872a;hp=a5bbac70d322d4b5f1702601e6c6205e60dab4e5;hpb=83f238a32f62a34370f24d69e85823c709d95627;p=unfold.git diff --git a/plugins/resources_selected/__init__.py b/plugins/queryupdater/__init__.py similarity index 93% rename from plugins/resources_selected/__init__.py rename to plugins/queryupdater/__init__.py index a5bbac70..9b347d3e 100644 --- a/plugins/resources_selected/__init__.py +++ b/plugins/queryupdater/__init__.py @@ -1,6 +1,6 @@ from unfold.plugin import Plugin -class ResourcesSelected(Plugin): +class QueryUpdater(Plugin): def template_file (self): return "resources_selected.html"