summaryrefslogtreecommitdiffstats
path: root/run_tests.py
diff options
context:
space:
mode:
authortermie <code@term.ie>2010-12-15 11:02:33 -0800
committertermie <code@term.ie>2010-12-15 11:02:33 -0800
commit40dd925070e6c7b69fc0cc59d48343787c4f733f (patch)
tree807f2f30f1680ebc9cd59b147bf8a2a6a90702a9 /run_tests.py
parentfdf067037981c2b4b4501258919af0f9e1d0ec26 (diff)
parent0a93a9298dda075b5519e71289d0bac6fb461404 (diff)
downloadnova-40dd925070e6c7b69fc0cc59d48343787c4f733f.tar.gz
nova-40dd925070e6c7b69fc0cc59d48343787c4f733f.tar.xz
nova-40dd925070e6c7b69fc0cc59d48343787c4f733f.zip
merged from upstream
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py
index 9f3708412..6a4b7f1ab 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -43,9 +43,12 @@ import eventlet
eventlet.monkey_patch()
import __main__
+import gettext
import os
import sys
+gettext.install('nova', unicode=1)
+
from twisted.scripts import trial as trial_script
from nova import flags