Merge "Add missing i18n module into CDH plugin edp_engine"

This commit is contained in:
Jenkins 2015-12-11 19:43:20 +00:00 committed by Gerrit Code Review
commit 641ee54347
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
# limitations under the License.
from sahara import exceptions as ex
from sahara.i18n import _
from sahara.plugins.cdh import confighints_helper as ch_helper
from sahara.plugins.cdh.v5_3_0 import cloudera_utils as cu
from sahara.plugins import exceptions as pl_ex

View File

@ -14,6 +14,7 @@
# limitations under the License.
from sahara import exceptions as ex
from sahara.i18n import _
from sahara.plugins.cdh import confighints_helper as ch_helper
from sahara.plugins.cdh.v5_4_0 import cloudera_utils as cu
from sahara.plugins import exceptions as pl_ex