summaryrefslogtreecommitdiff
path: root/nova/scheduler/filters/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/scheduler/filters/utils.py')
-rw-r--r--nova/scheduler/filters/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/scheduler/filters/utils.py b/nova/scheduler/filters/utils.py
index 580b2cb385..151811f4d9 100644
--- a/nova/scheduler/filters/utils.py
+++ b/nova/scheduler/filters/utils.py
@@ -15,8 +15,8 @@
"""Bench of utility methods used by filters."""
+from nova.i18n import _LI
from nova.objects import aggregate
-from nova.openstack.common.gettextutils import _LI
from nova.openstack.common import log as logging
LOG = logging.getLogger(__name__)