Imports cleanup
authorThierry Florac <thierry.florac@onf.fr>
Thu, 02 Jun 2016 15:33:01 +0200
changeset 3 bfd1096fd666
parent 2 edf5a7737a2b
child 4 039f1f212f8a
Imports cleanup
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)