From f6808a74f88cffccbf17438c7026b1d9803901ae Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Tue, 20 Feb 2018 12:11:18 -0300 Subject: [PATCH] =?UTF-8?q?Ignora=20CachingPolicyManager=20na=20exporta?= =?UTF-8?q?=C3=A7=C3=A3o=20de=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/legacy/scripts/exporta_zope/exporta_zope.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sapl/legacy/scripts/exporta_zope/exporta_zope.py b/sapl/legacy/scripts/exporta_zope/exporta_zope.py index 63cde7225..e31aa4d81 100755 --- a/sapl/legacy/scripts/exporta_zope/exporta_zope.py +++ b/sapl/legacy/scripts/exporta_zope/exporta_zope.py @@ -224,6 +224,7 @@ DUMP_FUNCTIONS = { # explicitamente ignorados 'ZCatalog': None, 'Dumper': None, + 'CachingPolicyManager': None, }