# HG changeset patch # User Thierry Florac # Date 1563516839 -7200 # Node ID e10cf8795ff2cc9c525798ce27d816e54c0efb0c # Parent f580241925b7aaf5dcf822b16f1965ed457efc63 Import cleanup diff -r f580241925b7 -r e10cf8795ff2 src/pyams_content/shared/common/__init__.py --- a/src/pyams_content/shared/common/__init__.py Mon Jul 15 17:55:23 2019 +0200 +++ b/src/pyams_content/shared/common/__init__.py Fri Jul 19 08:13:59 2019 +0200 @@ -10,8 +10,6 @@ # FOR A PARTICULAR PURPOSE. # -__docformat__ = 'restructuredtext' - from hypatia.interfaces import ICatalog from persistent import Persistent from pyramid.events import subscriber @@ -26,7 +24,6 @@ from zope.schema.fieldproperty import FieldProperty from zope.schema.vocabulary import SimpleTerm, SimpleVocabulary -from pyams_content import _ from pyams_content.features.checker import BaseContentChecker from pyams_content.features.checker.interfaces import ERROR_VALUE, IContentChecker, MISSING_LANG_VALUE, MISSING_VALUE from pyams_content.features.review.interfaces import IReviewComments @@ -56,6 +53,11 @@ IWorkflowTransitionEvent, IWorkflowVersions +__docformat__ = 'restructuredtext' + +from pyams_content import _ + + @vocabulary_config(name='PyAMS shared sites') class SharedSiteVocabulary(SimpleVocabulary): """Shared sites vocabulary"""