diff options
Diffstat (limited to 'quantumclient/shell.py')
-rw-r--r-- | quantumclient/shell.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/quantumclient/shell.py b/quantumclient/shell.py index bf992f3..29c56f0 100644 --- a/quantumclient/shell.py +++ b/quantumclient/shell.py @@ -20,7 +20,6 @@ Command-line interface to the Quantum APIs """ import argparse -import gettext import logging import os import sys @@ -642,7 +641,6 @@ class QuantumShell(app.App): def main(argv=sys.argv[1:]): - gettext.install('quantumclient', unicode=1) try: return QuantumShell(QUANTUM_API_VERSION).run(map(strutils.safe_decode, argv)) |