src/pyams_content/component/illustration/interfaces/__init__.py
changeset 427 45d98c5efc7e
parent 422 38fa157bfc5f
child 429 fafbf6bb246e
equal deleted inserted replaced
426:ad309e5090bd 427:45d98c5efc7e
    30 #
    30 #
    31 # Illustration
    31 # Illustration
    32 #
    32 #
    33 
    33 
    34 ILLUSTRATION_KEY = 'pyams_content.illustration'
    34 ILLUSTRATION_KEY = 'pyams_content.illustration'
    35 ILLUSTRATION_RENDERERS = 'PyAMS.illustration.renderer'
    35 ILLUSTRATION_RENDERERS = 'PyAMS.illustration.renderers'
    36 
    36 
    37 
    37 
    38 class IIllustration(IRenderedContent):
    38 class IIllustration(IRenderedContent):
    39     """Illustration paragraph"""
    39     """Illustration paragraph"""
    40 
    40