summaryrefslogtreecommitdiff
path: root/nova/virt/hyperv/pathutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/virt/hyperv/pathutils.py')
-rw-r--r--nova/virt/hyperv/pathutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/hyperv/pathutils.py b/nova/virt/hyperv/pathutils.py
index 853281899d..02937689c6 100644
--- a/nova/virt/hyperv/pathutils.py
+++ b/nova/virt/hyperv/pathutils.py
@@ -18,7 +18,7 @@ import shutil
from oslo.config import cfg
-from nova.openstack.common.gettextutils import _
+from nova.i18n import _
from nova.openstack.common import log as logging
from nova import utils