summaryrefslogtreecommitdiff
path: root/nova/virt/hyperv/vmutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/virt/hyperv/vmutils.py')
-rw-r--r--nova/virt/hyperv/vmutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/hyperv/vmutils.py b/nova/virt/hyperv/vmutils.py
index e036ba89ff..1b71248d4e 100644
--- a/nova/virt/hyperv/vmutils.py
+++ b/nova/virt/hyperv/vmutils.py
@@ -28,7 +28,7 @@ if sys.platform == 'win32':
from oslo.config import cfg
from nova import exception
-from nova.openstack.common.gettextutils import _
+from nova.i18n import _
from nova.openstack.common import log as logging
from nova.virt.hyperv import constants