Import zun.common.i18n._ for the use of _("loginfo")

Change-Id: I4b3258fbe1eacaab8171a71515a10bf1323f222d
This commit is contained in:
Feng Shengqin 2016-12-20 23:01:42 +08:00 committed by feng.shengqin
parent 676a554205
commit 95b6f2cca8

View File

@ -17,6 +17,7 @@ from docker import errors
from oslo_log import log as logging
from zun.common import exception
from zun.common.i18n import _
from zun.common.i18n import _LE
from zun.common.i18n import _LI
from zun.common.i18n import _LW