renamed verticallayout into stack
[unfold.git] / unfold / plugin.py
index c5ce3a0..7ae4745 100644 (file)
@@ -16,7 +16,7 @@ from unfold.prelude import Prelude
 # . True : to debug all plugin
 
 DEBUG= False
-#DEBUG= [ 'SliceList' ]
+DEBUG= [ 'SimpleList' ]
 DEBUG=True
 
 # decorator to deflect calls on Plugin to its Prelude through self.page.prelude