Merge "Switch to oslo.utils in our code"
This commit is contained in:
commit
36f6d8f070
@ -4,7 +4,6 @@
|
||||
module = fileutils
|
||||
module = fixture
|
||||
module = gettextutils
|
||||
module = strutils
|
||||
script = tools/run_cross_tests.sh
|
||||
|
||||
# The base module to hold the copy of openstack.common
|
||||
|
@ -27,10 +27,10 @@ import signal
|
||||
|
||||
from eventlet.green import subprocess
|
||||
from eventlet import greenthread
|
||||
from oslo.utils import strutils
|
||||
import six
|
||||
|
||||
from oslo.concurrency.openstack.common.gettextutils import _ # noqa
|
||||
from oslo.concurrency.openstack.common import strutils
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
@ -3,5 +3,6 @@ Babel>=0.9.6
|
||||
iso8601>=0.1.9
|
||||
fixtures>=0.3.14
|
||||
oslo.config>=1.4.0.0a3
|
||||
oslo.utils>=0.2.0
|
||||
posix_ipc
|
||||
six>=1.7.0
|
||||
|
@ -4,5 +4,6 @@ eventlet>=0.13.0
|
||||
greenlet>=0.3.2
|
||||
fixtures>=0.3.14
|
||||
oslo.config>=1.4.0.0a3
|
||||
oslo.utils>=0.2.0
|
||||
posix_ipc
|
||||
six>=1.7.0
|
||||
|
Loading…
Reference in New Issue
Block a user