Re-organized import
authorThierry Florac <thierry.florac@onf.fr>
Wed, 20 May 2015 12:21:01 +0200
changeset 6 5a5b6b43f977
parent 5 1f95776705d9
child 7 20ad17c99898
Re-organized import
src/pyams_catalog/utils.py
--- a/src/pyams_catalog/utils.py	Wed Apr 15 14:34:02 2015 +0200
+++ b/src/pyams_catalog/utils.py	Wed May 20 12:21:01 2015 +0200
@@ -9,7 +9,6 @@
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE.
 #
-from zope.keyreference.interfaces import NotYet
 
 __docformat__ = 'restructuredtext'
 
@@ -22,6 +21,7 @@
 
 # import packages
 from pyams_utils.registry import query_utility
+from zope.keyreference.interfaces import NotYet
 
 
 def index_object(obj, catalog, ignore_notyet=False):