author | Thierry Florac <thierry.florac@onf.fr> |
Fri, 02 Mar 2018 13:53:43 +0100 | |
changeset 427 | 45d98c5efc7e |
parent 426 | ad309e5090bd |
child 428 | f22d6ae1d8f5 |
src/pyams_content/component/illustration/interfaces/__init__.py | file | annotate | diff | comparison | revisions |
--- a/src/pyams_content/component/illustration/interfaces/__init__.py Fri Mar 02 13:53:12 2018 +0100 +++ b/src/pyams_content/component/illustration/interfaces/__init__.py Fri Mar 02 13:53:43 2018 +0100 @@ -32,7 +32,7 @@ # ILLUSTRATION_KEY = 'pyams_content.illustration' -ILLUSTRATION_RENDERERS = 'PyAMS.illustration.renderer' +ILLUSTRATION_RENDERERS = 'PyAMS.illustration.renderers' class IIllustration(IRenderedContent):