# HG changeset patch # User Thierry Florac # Date 1528699459 -7200 # Node ID eadaa6149824b3b5a4795905b91ea3d5f771e8c2 # Parent 5f78ad6fe8099e5f1a05fc2fef82e6620142a764 Added renamed classes diff -r 5f78ad6fe809 -r eadaa6149824 src/pyams_content/generations/__init__.py --- a/src/pyams_content/generations/__init__.py Mon Jun 11 08:44:02 2018 +0200 +++ b/src/pyams_content/generations/__init__.py Mon Jun 11 08:44:19 2018 +0200 @@ -55,7 +55,9 @@ RENAMED_CLASSES = { 'pyams_content.shared.common.review ReviewComment': 'pyams_content.features.review ReviewComment', 'pyams_content.shared.common.review ReviewCommentsContainer': - 'pyams_content.features.review ReviewCommentsContainer' + 'pyams_content.features.review ReviewCommentsContainer', + 'pyams_portal.portlets.content ContentPortletSettings': + 'pyams_content.portlet.content SharedContentPortletSettings' }