add mandatory title and name args to plugin creation, remove title()
[myslice.git] / plugins / verticallayout.py
index f109899..9ac6f49 100644 (file)
@@ -4,6 +4,4 @@ from engine.composite import Composite
 
 class VerticalLayout (Composite) :
     
-    def title (self) : return "VLayout title"
-
     def template_file (self):        return "verticallayout.html"