src/pyams_content/features/search/zmi/properties.py
changeset 1447 53f02f01df65
parent 1187 b55bdf60c6cd
--- a/src/pyams_content/features/search/zmi/properties.py	Wed Jan 13 14:08:53 2021 +0100
+++ b/src/pyams_content/features/search/zmi/properties.py	Wed Jan 13 14:10:56 2021 +0100
@@ -10,11 +10,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 
-__docformat__ = 'restructuredtext'
-
 from z3c.form import field
 
-from pyams_content import _
 from pyams_content.features.search import ISearchFolder
 from pyams_content.interfaces import MANAGE_CONTENT_PERMISSION
 from pyams_content.shared.common.zmi.properties import SharedContentPropertiesEditForm
@@ -30,6 +27,11 @@
 from pyams_zmi.form import InnerAdminEditForm
 
 
+__docformat__ = 'restructuredtext'
+
+from pyams_content import _
+
+
 @pagelet_config(name='properties.html', context=ISearchFolder, layer=IPyAMSLayer,
                 permission=VIEW_SYSTEM_PERMISSION)
 @ajax_config(name='properties.json', context=ISearchFolder, layer=IPyAMSLayer,