summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGhe Rivero <ghe.rivero@hp.com>2014-07-07 10:05:25 +0000
committerGhe Rivero <ghe.rivero@hp.com>2014-07-16 21:53:05 +0000
commit61533bbe247af2a3f5d7fbc28b25a29ddd86e4c3 (patch)
tree1ec42f64c20cdcf75a7708ae752775c34e92ae87 /tox.ini
parentc87cbe62ec5efd166392ba777e63a690e11ebdb7 (diff)
downloadironic-61533bbe247af2a3f5d7fbc28b25a29ddd86e4c3.tar.gz
oslo.i18n migration
Switch ironic to use oslo.i18n. A new i18n module has been added under ironic with translation globals and imports the necessary functions from oslo.i18n. gettextutils module is still needed in the nova ironic driver. Change-Id: I682228e158132c628166e4d1e334c4003249d112
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e46c5ba38..f8e66abda 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,4 +48,4 @@ exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,t
[hacking]
import_exceptions = ironic.openstack.common.gettextutils._, ironic.openstack.common.gettextutils._LI,
ironic.openstack.common.gettextutils._LW,ironic.openstack.common.gettextutils._LE,
- ironic.openstack.common.gettextutils._LC, testtools.matchers
+ ironic.openstack.common.gettextutils._LC, testtools.matchers, ironic.common.i18n._