From 1cdb4f94aae615cbc4486d0964617d9c9906e0dd Mon Sep 17 00:00:00 2001 From: Jason Dunsmore Date: Mon, 19 Dec 2016 09:52:16 -0600 Subject: [PATCH] Import magnum.i18n._ in driver/heat/driver.py Closes-Bug: 1651169 Change-Id: I7d0cf66517935a13dfdf7ff24dd933024353f6f8 --- magnum/drivers/heat/driver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/magnum/drivers/heat/driver.py b/magnum/drivers/heat/driver.py index 9e87649e67..683d043f25 100644 --- a/magnum/drivers/heat/driver.py +++ b/magnum/drivers/heat/driver.py @@ -28,6 +28,7 @@ from magnum.conductor.handlers.common import cert_manager from magnum.conductor.handlers.common import trust_manager from magnum.conductor import utils as conductor_utils from magnum.drivers.common import driver +from magnum.i18n import _ from magnum.i18n import _LE from magnum.i18n import _LI from magnum.objects import fields