diff options
| author | Ed Leafe <ed@leafe.com> | 2010-12-23 12:07:42 -0600 |
|---|---|---|
| committer | Ed Leafe <ed@leafe.com> | 2010-12-23 12:07:42 -0600 |
| commit | 99854dbb46ef9b1d266bfb5e36a2b15733bef6ea (patch) | |
| tree | fbb0a020e179ae8214ce5e899534f01ad07c022f /bin | |
| parent | 4d8d2e34369d67a91491f1c0c8e3ff2613e00d6f (diff) | |
| parent | a0ab2ffca9a4a578115f36319bbd8640b0521cb0 (diff) | |
merged trunk
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-combined | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/nova-combined b/bin/nova-combined index c6a04f7e9..53322f1a0 100755 --- a/bin/nova-combined +++ b/bin/nova-combined @@ -22,6 +22,7 @@ import eventlet eventlet.monkey_patch() +import gettext import os import sys @@ -33,6 +34,8 @@ possible_topdir = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]), if os.path.exists(os.path.join(possible_topdir, 'nova', '__init__.py')): sys.path.insert(0, possible_topdir) +gettext.install('nova', unicode=1) + from nova import api from nova import flags from nova import service |
