diff options
| author | Brian Waldon <brian.waldon@rackspace.com> | 2011-04-22 18:21:32 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-04-22 18:21:32 +0000 |
| commit | 7e01d47e887fe96b997ba16013022112d71ea62a (patch) | |
| tree | af694b980312da8eb2189c3f4346c9b5f473a562 /setup.py | |
| parent | f2ed04d5a0034328bb02a1cb81784f8956652052 (diff) | |
| parent | 7168812fdf56280f24dc977c5dd9c7a73959c2a2 (diff) | |
| download | nova-7e01d47e887fe96b997ba16013022112d71ea62a.tar.gz nova-7e01d47e887fe96b997ba16013022112d71ea62a.tar.xz nova-7e01d47e887fe96b997ba16013022112d71ea62a.zip | |
Refactoring nova.exception.Invalid usage
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
