X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fplugin.py;h=7ae4745f2cd0b9d79ef33a2b2f8ce6317121f5af;hb=d685d0cd62cae3d61b49aac84b2437b8950b8373;hp=c2bca297ef5b7a441e4dfc2979924a689d2057bb;hpb=9c7335cb3587cb7b5d7bb59b9f74920ddbf6a01a;p=myslice.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):