X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Ftabs%2F__init__.py;fp=plugins%2Ftabs%2F__init__.py;h=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=5d8da8c6bac88f51535c09411867de676dd8e99c;hp=6da94da1a080254cc8c7ea9ba41829dd18e78bee;hpb=e8d994654a8ff4d764551839c12f2c50cc0266b2;p=unfold.git diff --git a/plugins/tabs/__init__.py b/plugins/tabs/__init__.py index 6da94da1..e69de29b 100644 --- a/plugins/tabs/__init__.py +++ b/plugins/tabs/__init__.py @@ -1,19 +0,0 @@ -from unfold.composite import Composite - -class Tabs (Composite): - - def requirements (self): - return { 'js_files' : ['js/tabs.js', 'js/bootstrap.js'], - 'css_files' : ['css/bootstrap.css', 'css/tabs.css', ] - } - - def template_file (self): - return "tabs.html" - - # see Composite.py for the details of template_env, that exposes global - # 'sons' as a list of sons with each a set of a few attributes - def json_settings_list (self): - return [] - - def export_json_settings(self): - return True