From af9b4da41b83e5813616436bc4f59eb0128893a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Pin?= Date: Tue, 26 Oct 2010 00:09:41 +0200 Subject: [PATCH] =?utf8?q?suppression=20du=20monkey-patch=20=5FSPECIAL=5FP?= =?utf8?q?ROVIDERS.=20TODO=20:=20v=C3=A9rifier=20l'impact.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- __init__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/__init__.py b/__init__.py index 5f96eeb..3a01ffc 100755 --- a/__init__.py +++ b/__init__.py @@ -103,6 +103,7 @@ validTags.update(VALID_TAGS) default_cmf_utils.NASTY_TAGS = {} default_cmf_utils.VALID_TAGS.update(validTags) -# the plinn portal_calendar is a also a "SPECIAL PROVIDER" -import Products.CMFCore.exportimport.actions -Products.CMFCore.exportimport.actions._SPECIAL_PROVIDERS += ('portal_calendar',) \ No newline at end of file +# TODO : vérifier l'impact. +# # the plinn portal_calendar is a also a "SPECIAL PROVIDER" +# import Products.CMFCore.exportimport.actions +# Products.CMFCore.exportimport.actions._SPECIAL_PROVIDERS += ('portal_calendar',) -- 2.20.1