summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorEldar Nugaev <enugaev@griddynamics.com>2011-04-27 00:51:51 -0700
committerEldar Nugaev <enugaev@griddynamics.com>2011-04-27 00:51:51 -0700
commit4695b46d6bee3f6993b95c88c0df3f324a76bfc1 (patch)
tree9e33d8e9d29520bece80a335055caedf23b8be68 /setup.py
parenta4b78306d31e1ef84d5dc9550ef2dcb1ed030fa2 (diff)
parent26d44d12b3dee219002c11d78e3a7bb26fbff62a (diff)
merge with trunk and resolve conflicts
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6c45109bc..194b55183 100644
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,7 @@
# License for the specific language governing permissions and limitations
# under the License.
+import gettext
import glob
import os
import subprocess
@@ -33,6 +34,7 @@ except ImportError:
assert DistUtilsExtra.auto.__version__ >= '2.18',\
'needs DistUtilsExtra.auto >= 2.18'
+gettext.install('nova', unicode=1)
from nova.utils import parse_mailmap, str_dict_replace
from nova import version