Remove code that moved to oslo.i18n

Remove the modules that went to oslo.i18n and their tests, then update
the other modules and tests to use oslo.i18n.

There are a few cases where other modules that will be deleted from the
incubator for juno had references to gettextutils, especially for their
tests. These are commented out as an expedient way to make the tests
run, in anticipation of the files being removed separately.

Change-Id: Ib80a3f0b0f6e96065e86a9b477aebd8bce1201ba
Closes-Bug: #1371702
This commit is contained in:
Doug Hellmann 2014-09-24 16:10:55 -04:00 committed by Davanum Srinivas (dims)
parent b7e5c5fb99
commit 5ae762c3a0

View File

@ -23,7 +23,7 @@ import inspect
import pkg_resources
import six
from openstack.common.gettextutils import _
from openstack.common._i18n import _
from openstack.common import log as logging