Merge "Cleanup i18n marker functions to match Oslo usage"

This commit is contained in:
Jenkins 2016-07-14 22:27:04 +00:00 committed by Gerrit Code Review
commit 5dfaf42077
1 changed files with 1 additions and 5 deletions

View File

@ -30,12 +30,8 @@ from six.moves import urllib
from taskflow.patterns import linear_flow as lf
from taskflow import task
from glance import i18n
from glance.i18n import _, _LW
_ = i18n._
_LE = i18n._LE
_LW = i18n._LW
LOG = logging.getLogger(__name__)
CONF = cfg.CONF