summaryrefslogtreecommitdiff
path: root/trove/cmd
diff options
context:
space:
mode:
authorChaozhe.Chen <chaozhe.chen@easystack.cn>2016-09-07 10:37:36 +0800
committerChaozhe.Chen <chaozhe.chen@easystack.cn>2016-09-07 11:31:02 +0800
commite428d76ace2e21d83991243ad00b4951ae05da6a (patch)
tree15756f91b3777bd425bda4689a55950ee2005da8 /trove/cmd
parent4d1bea742925f341d48544643c6112437fb26fc4 (diff)
downloadtrove-e428d76ace2e21d83991243ad00b4951ae05da6a.tar.gz
Add missing '_LE' import in trove/cmd/guest.py
Global name '_LE' was missing in trove/cmd/guest.py. This patch adds this missing import. Change-Id: Ia0b4ecb27f0f4dcae88a56288bc5052f1afa63e8 Closes-Bug: #1620888
Diffstat (limited to 'trove/cmd')
-rw-r--r--trove/cmd/guest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/trove/cmd/guest.py b/trove/cmd/guest.py
index 36a9f017..f866f3b1 100644
--- a/trove/cmd/guest.py
+++ b/trove/cmd/guest.py
@@ -24,6 +24,7 @@ from oslo_service import service as openstack_service
from trove.common import cfg
from trove.common import debug_utils
+from trove.common.i18n import _LE
CONF = cfg.CONF
# The guest_id opt definition must match the one in common/cfg.py