projects
/
Plinn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
26f4d95
)
suppression du monkey-patch _SPECIAL_PROVIDERS. TODO : vérifier l'impact.
author
Benoît Pin
<benoit.pin@gmail.com>
Mon, 25 Oct 2010 22:09:41 +0000
(
00:09
+0200)
committer
Benoît Pin
<benoit.pin@gmail.com>
Mon, 25 Oct 2010 22:09:41 +0000
(
00:09
+0200)
__init__.py
patch
|
blob
|
history
diff --git
a/__init__.py
b/__init__.py
index
5f96eeb
..
3a01ffc
100755
(executable)
--- 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)
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',)