# HG changeset patch # User Thierry Florac # Date 1464874381 -7200 # Node ID bfd1096fd6660eaa3fcf8b9dace2c07dc1e9afbb # Parent edf5a7737a2b7f1d41c58334eac619fa719645e3 Imports cleanup diff -r edf5a7737a2b -r bfd1096fd666 src/pyams_content_es/component/theme.py --- a/src/pyams_content_es/component/theme.py Thu Apr 21 18:33:59 2016 +0200 +++ b/src/pyams_content_es/component/theme.py Thu Jun 02 15:33:01 2016 +0200 @@ -9,7 +9,6 @@ # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS # FOR A PARTICULAR PURPOSE. # -from pyams_utils.list import unique __docformat__ = 'restructuredtext' @@ -22,6 +21,7 @@ # import packages from pyams_utils.adapter import adapter_config +from pyams_utils.list import unique @adapter_config(name='themes', context=IThemesTarget, provides=IDocumentIndexInfo)