Sync gettextutils fixes from openstack-common.

commit c80bfb563626200f7587c7ca52433c59a303b469
Author: Eric Windisch <eric@cloudscaling.com>
Date:   Thu Jun 28 00:32:52 2012 -0400

    Fix missing gettextutils in several modules.

    Fixes bug 1021453.

Change-Id: I98758a088911cc422b61abd02b3be6cc6d6a472b
This commit is contained in:
Russell Bryant 2012-07-13 12:13:57 -04:00
parent 5b2702a5d2
commit cb7d601733
7 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,7 @@ import sys
import traceback
from nova.openstack.common import cfg
from nova.openstack.common.gettextutils import _
from nova.openstack.common import jsonutils
from nova.openstack.common import local
from nova.openstack.common import notifier

View File

@ -18,6 +18,7 @@ import uuid
from nova.openstack.common import cfg
from nova.openstack.common import context
from nova.openstack.common.gettextutils import _
from nova.openstack.common import importutils
from nova.openstack.common import jsonutils
from nova.openstack.common import log as logging

View File

@ -14,6 +14,7 @@
# under the License.
from nova.openstack.common import cfg
from nova.openstack.common.gettextutils import _
from nova.openstack.common import importutils
from nova.openstack.common import log as logging

View File

@ -16,6 +16,7 @@
from nova.openstack.common import cfg
from nova.openstack.common import context as req_context
from nova.openstack.common.gettextutils import _
from nova.openstack.common import log as logging
from nova.openstack.common import rpc

View File

@ -21,6 +21,7 @@ import logging
import urllib
import urllib2
from nova.openstack.common.gettextutils import _
from nova.openstack.common import jsonutils

View File

@ -36,6 +36,7 @@ from eventlet import semaphore
from nova.openstack.common import excutils
from nova.openstack.common import local
from nova.openstack.common.gettextutils import _
from nova.openstack.common.rpc import common as rpc_common

View File

@ -24,6 +24,7 @@ import json
import logging
from nova.openstack.common import cfg
from nova.openstack.common.gettextutils import _
matchmaker_opts = [