X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=escalator.git;a=blobdiff_plain;f=api%2Fescalator%2Fcmd%2F__init__.py;fp=api%2Fescalator%2Fcmd%2F__init__.py;h=2e1b10b28d44f5fd843ae9de54f7cb51807105ba;hp=871224d81e6650f3ee2e5cadbf8fc3bfc8ced001;hb=80cead48bcb3fef19c021e91746e747d162ca626;hpb=74c631c6dae08d463f0d4c3953a1addcb187d090 diff --git a/api/escalator/cmd/__init__.py b/api/escalator/cmd/__init__.py index 871224d..2e1b10b 100644 --- a/api/escalator/cmd/__init__.py +++ b/api/escalator/cmd/__init__.py @@ -12,5 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -from escalator import i18n -i18n.enable_lazy() +import oslo_i18n + +oslo_i18n.enable_lazy()