diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-04-01 19:59:37 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-04-01 19:59:37 +0000 |
| commit | faf59a87e82f94322ffbbad66192cbba269ab9fd (patch) | |
| tree | 0994d1aecaf9413f4e008d33bb64318f60eaa4c2 /nova | |
| parent | 2f5168a92b3509aafa2d2905ab128f3857ddbcaa (diff) | |
| parent | 9447e59b704701aad765f8ffa109843d9ffc88ae (diff) | |
Merge "Remove gettext.install() from nova/__init__.py"
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nova/__init__.py b/nova/__init__.py index a9eca4848..e21bdd7b4 100644 --- a/nova/__init__.py +++ b/nova/__init__.py @@ -24,8 +24,3 @@ :platform: Unix :synopsis: Infrastructure-as-a-Service Cloud platform. """ - -import gettext - - -gettext.install('nova', unicode=1) |
