diff options
author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-22 22:53:08 -0700 |
---|---|---|
committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-22 22:53:08 -0700 |
commit | 8c566c6375b9f759f33a363a8b68e4711aded5be (patch) | |
tree | 32e1119821246d84016c369bf74a6fa4c2913690 /run_tests.py | |
parent | 95a32b4ae8d418576799fb9dd5d34e73728d7a1f (diff) | |
parent | 1133072e884a306d9ac2262af08a9ef209574ffb (diff) | |
download | nova-8c566c6375b9f759f33a363a8b68e4711aded5be.tar.gz nova-8c566c6375b9f759f33a363a8b68e4711aded5be.tar.xz nova-8c566c6375b9f759f33a363a8b68e4711aded5be.zip |
Merged with lp:nova
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 |