bug fix: missing i18n._()

Change-Id: If1de4e857dd3b08dc9db754341cbe008291dd990
This commit is contained in:
Shaohe Feng 2018-02-08 06:22:23 +00:00
parent 74dfb65aa8
commit a1a5ad95cd
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ from oslo_log import log as logging
import six
from six.moves import http_client
from cyborg.common.i18n import _
LOG = logging.getLogger(__name__)