Updated renamed classes
authorThierry Florac <thierry.florac@onf.fr>
Wed, 13 Jun 2018 11:33:37 +0200
changeset 638 c175b14efe77
parent 637 20e36155fb1c
child 639 5e37429b7de2
Updated renamed classes
src/pyams_content/generations/__init__.py
--- a/src/pyams_content/generations/__init__.py	Wed Jun 13 11:31:10 2018 +0200
+++ b/src/pyams_content/generations/__init__.py	Wed Jun 13 11:33:37 2018 +0200
@@ -59,7 +59,9 @@
     'pyams_content.shared.common.review ReviewCommentsContainer':
         'pyams_content.features.review ReviewCommentsContainer',
     'pyams_portal.portlets.content ContentPortletSettings':
-        'pyams_content.portlet.content SharedContentPortletSettings'
+        'pyams_content.portlet.content SharedContentPortletSettings',
+    'pyams_content.component.association.menu MenusContainer': 'pyams_content.features.menu MenusContainer',
+    'pyams_content.component.association.menu Menu': 'pyams_content.features.menu Menu'
 }