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:
parent
5b2702a5d2
commit
cb7d601733
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -21,6 +21,7 @@ import logging
|
||||
import urllib
|
||||
import urllib2
|
||||
|
||||
from nova.openstack.common.gettextutils import _
|
||||
from nova.openstack.common import jsonutils
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -24,6 +24,7 @@ import json
|
||||
import logging
|
||||
|
||||
from nova.openstack.common import cfg
|
||||
from nova.openstack.common.gettextutils import _
|
||||
|
||||
|
||||
matchmaker_opts = [
|
||||
|
Loading…
Reference in New Issue
Block a user