Merge "Cleanup i18n marker functions to match Oslo docs"

This commit is contained in:
Jenkins 2016-07-15 03:50:37 +00:00 committed by Gerrit Code Review
commit 07f3d0ad96
1 changed files with 1 additions and 7 deletions

View File

@ -14,15 +14,9 @@ from oslo_log import log as logging
from oslo_utils import reflection
from oslo_utils import timeutils
from senlin.common import i18n
from senlin.common.i18n import _, _LC, _LE, _LW, _LI
from senlin.objects import event as eo
_LC = i18n._LC
_LE = i18n._LE
_LW = i18n._LW
_LI = i18n._LI
_ = i18n._
LOG = logging.getLogger(__name__)