X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=engine%2Fplugin.py;h=8f817a5b6666ded6b2425985fe11b915dcd8b394;hb=433a5d301336bc9d402af49b2aceb257f57514bb;hp=36d60dfc9b29a4ca1ab2d45561332696d0c7bb8a;hpb=a2ae7986853adb271361957a08effd0c9537e7a3;p=unfold.git diff --git a/engine/plugin.py b/engine/plugin.py index 36d60dfc..8f817a5b 100644 --- a/engine/plugin.py +++ b/engine/plugin.py @@ -16,7 +16,7 @@ from engine.prelude import Prelude # . True : to debug all plugin DEBUG= False -#DEBUG= [ 'SliceList' ] +DEBUG= [ 'QuickFilter' ] # decorator to deflect calls on Plugin to its Prelude through self.page.prelude def to_prelude (method):