add mandatory title and name args to plugin creation, remove title()
[myslice.git] / plugins / tabs.py
index b4ad0c0..c91f4cf 100644 (file)
@@ -2,9 +2,6 @@ from engine.composite import Composite
 
 class Tabs (Composite):
     
-    def title (self): 
-        return "Some tabs"
-
     def requirements (self):
         return { 'js_files'     : 'bootstrap/js/bootstrap.js',
                  'css_files'    : ['bootstrap/css/bootstrap.css',