X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=unfold%2Fplugin.py;h=7ae4745f2cd0b9d79ef33a2b2f8ce6317121f5af;hb=d685d0cd62cae3d61b49aac84b2437b8950b8373;hp=c5ce3a0acb56b1b9509459a5c9aa930e5bd1d9a2;hpb=0426cdd4479234df3498deb8675511cd26e866c2;p=unfold.git diff --git a/unfold/plugin.py b/unfold/plugin.py index c5ce3a0a..7ae4745f 100644 --- a/unfold/plugin.py +++ b/unfold/plugin.py @@ -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