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 43677fc6da
commit b7118bf954
7 changed files with 7 additions and 0 deletions

View File

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