summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaozhe.Chen <chaozhe.chen@easystack.cn>2016-09-07 10:37:36 +0800
committerChaozhe Chen(ccz) <chaozhe.chen@easystack.cn>2016-09-12 06:21:03 +0000
commit6af7c45ed4dd64287ba8147bbce267ae13f5c5a8 (patch)
tree96b9ab8e6be8f96b91d79293a3ec9accfdc3595e
parent85e26361aa7b547ecf31f4a23d214e0c9058709c (diff)
downloadtrove-6af7c45ed4dd64287ba8147bbce267ae13f5c5a8.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 (cherry picked from commit e428d76ace2e21d83991243ad00b4951ae05da6a)
-rwxr-xr-xtrove/cmd/guest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/trove/cmd/guest.py b/trove/cmd/guest.py
index 0aa8d871..af0837f3 100755
--- a/trove/cmd/guest.py
+++ b/trove/cmd/guest.py
@@ -30,6 +30,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