diff options
| author | Eldar Nugaev <enugaev@griddynamics.com> | 2011-04-27 00:51:51 -0700 |
|---|---|---|
| committer | Eldar Nugaev <enugaev@griddynamics.com> | 2011-04-27 00:51:51 -0700 |
| commit | 4695b46d6bee3f6993b95c88c0df3f324a76bfc1 (patch) | |
| tree | 9e33d8e9d29520bece80a335055caedf23b8be68 /setup.py | |
| parent | a4b78306d31e1ef84d5dc9550ef2dcb1ed030fa2 (diff) | |
| parent | 26d44d12b3dee219002c11d78e3a7bb26fbff62a (diff) | |
merge with trunk and resolve conflicts
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 |
