src/pyams_content/generations/__init__.py
changeset 638 c175b14efe77
parent 611 a41421d75755
child 671 b6ca6378a8f8
equal deleted inserted replaced
637:20e36155fb1c 638:c175b14efe77
    57 RENAMED_CLASSES = {
    57 RENAMED_CLASSES = {
    58     'pyams_content.shared.common.review ReviewComment': 'pyams_content.features.review ReviewComment',
    58     'pyams_content.shared.common.review ReviewComment': 'pyams_content.features.review ReviewComment',
    59     'pyams_content.shared.common.review ReviewCommentsContainer':
    59     'pyams_content.shared.common.review ReviewCommentsContainer':
    60         'pyams_content.features.review ReviewCommentsContainer',
    60         'pyams_content.features.review ReviewCommentsContainer',
    61     'pyams_portal.portlets.content ContentPortletSettings':
    61     'pyams_portal.portlets.content ContentPortletSettings':
    62         'pyams_content.portlet.content SharedContentPortletSettings'
    62         'pyams_content.portlet.content SharedContentPortletSettings',
       
    63     'pyams_content.component.association.menu MenusContainer': 'pyams_content.features.menu MenusContainer',
       
    64     'pyams_content.component.association.menu Menu': 'pyams_content.features.menu Menu'
    63 }
    65 }
    64 
    66 
    65 
    67 
    66 REQUIRED_UTILITIES = ()
    68 REQUIRED_UTILITIES = ()
    67 
    69