diff options
author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-21 07:54:06 -0700 |
---|---|---|
committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-21 07:54:06 -0700 |
commit | 6980263b8c31c8c8fc83e236b20950201c206e8c (patch) | |
tree | f45758b4f4bffbcef851d8cb6e3516e481ef9de8 /run_tests.py | |
parent | 8f0b60f598c28b2f558f3ecdaa2f9604926393e6 (diff) | |
parent | cf84d5bc465823f9342a0a300176a3cf96fbb925 (diff) | |
download | nova-6980263b8c31c8c8fc83e236b20950201c206e8c.tar.gz nova-6980263b8c31c8c8fc83e236b20950201c206e8c.tar.xz nova-6980263b8c31c8c8fc83e236b20950201c206e8c.zip |
trunk merge
Diffstat (limited to 'run_tests.py')
-rw-r--r-- | run_tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py index 3c8d410e1..d5d8acd16 100644 --- a/run_tests.py +++ b/run_tests.py @@ -60,6 +60,8 @@ import os import unittest import sys +gettext.install('nova', unicode=1) + from nose import config from nose import core from nose import result |