summaryrefslogtreecommitdiffstats
path: root/api/escalator/cmd/__init__.py
diff options
context:
space:
mode:
authorJie Hu <hu.jie@zte.com.cn>2016-12-06 13:31:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-06 13:31:31 +0000
commit3a203b0a44b6952df2b7f8b93f3d27b421cdd1f6 (patch)
treeff7d6cccb2024773514b8af6055292ae3f705072 /api/escalator/cmd/__init__.py
parent3f262284f3ce78ce23b4e3c8e9fed112fc56e37d (diff)
parent240007fb0b972692ce239d601654c4d294ff46a2 (diff)
Merge "add escalator frame"
Diffstat (limited to 'api/escalator/cmd/__init__.py')
-rw-r--r--api/escalator/cmd/__init__.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/api/escalator/cmd/__init__.py b/api/escalator/cmd/__init__.py
new file mode 100644
index 0000000..871224d
--- /dev/null
+++ b/api/escalator/cmd/__init__.py
@@ -0,0 +1,16 @@
+# Copyright 2016 OPNFV Foundation
+# All Rights Reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# 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()