# HG changeset patch # User Thierry Florac # Date 1432117261 -7200 # Node ID 5a5b6b43f977c47b79622c8faf04864e1b712bd0 # Parent 1f95776705d9fcb76c402a15594af3b0357ccb1d Re-organized import diff -r 1f95776705d9 -r 5a5b6b43f977 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):