X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fplugin.py;h=7ae4745f2cd0b9d79ef33a2b2f8ce6317121f5af;hb=d685d0cd62cae3d61b49aac84b2437b8950b8373;hp=c2bca297ef5b7a441e4dfc2979924a689d2057bb;hpb=cd40c6b56d5b19810a472cf4ec7ca4d6ce2933d7;p=unfold.git diff --git a/unfold/plugin.py b/unfold/plugin.py index c2bca297..7ae4745f 100644 --- a/unfold/plugin.py +++ b/unfold/plugin.py @@ -16,8 +16,8 @@ from unfold.prelude import Prelude # . True : to debug all plugin DEBUG= False -#DEBUG= [ 'SliceList' ] -#DEBUG=True +DEBUG= [ 'SimpleList' ] +DEBUG=True # decorator to deflect calls on Plugin to its Prelude through self.page.prelude def to_prelude (method):