X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fquerycode%2Fquerycode.py;h=eaa231daaddfc4c14736e22acc837a8abde5261a;hb=928d9b692b74f7ebc2a6abaae24c00d9b2618acf;hp=6766444fd2f9d4208fbf6464e9ffeaaec7614eca;hpb=299e9c56ae549e87c974a0361d93cc1156c824ac;p=unfold.git diff --git a/plugins/querycode/querycode.py b/plugins/querycode/querycode.py index 6766444f..eaa231da 100644 --- a/plugins/querycode/querycode.py +++ b/plugins/querycode/querycode.py @@ -1,4 +1,4 @@ -from engine.plugin import Plugin +from unfold.plugin import Plugin class QueryCode (Plugin): @@ -13,8 +13,8 @@ class QueryCode (Plugin): def requirements (self): return { - 'js_files' : [ "js/querycode.js", "js/plugin.js", "js/manifold-query.js", "js/onavail.js", - "js/manifold-pubsub.js", "js/manifold-async.js", + 'js_files' : [ "js/querycode.js", + "js/manifold.js", "js/manifold-query.js", "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js", # Plugins::add_js('/QueryCode/beautyofcode/scripts/shCore.js'); @@ -29,7 +29,7 @@ class QueryCode (Plugin): ], } - def json_settings_list (self): return ['plugin_uuid', 'query','query_uuid'] + def json_settings_list (self): return ['plugin_uuid','query_uuid'] # because we have a link to a query it looks like we need a spin, let's make this right def start_with_spin (self): return False