summaryrefslogtreecommitdiff
path: root/quantumclient/common/exceptions.py
diff options
context:
space:
mode:
authorHe Jie Xu <xuhj@linux.vnet.ibm.com>2013-01-19 21:39:40 +0800
committerHe Jie Xu <xuhj@linux.vnet.ibm.com>2013-02-05 16:47:19 +0800
commit6cc6875b383b7f94e0f2cd6ebafeac3159a112d4 (patch)
treee9b7210c230c5be5755bf8ab5c71d8fe74993d1d /quantumclient/common/exceptions.py
parent2bca8ee4407aee03a83592395d3191f097c459a5 (diff)
downloadpython-neutronclient-6cc6875b383b7f94e0f2cd6ebafeac3159a112d4.tar.gz
Remove gettext.install from quantumclient.__init__
fix bug 1097628 Change-Id: Ic6f2dfb4593fa507fb788786616bff6af3cbb896
Diffstat (limited to 'quantumclient/common/exceptions.py')
-rw-r--r--quantumclient/common/exceptions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantumclient/common/exceptions.py b/quantumclient/common/exceptions.py
index 734a498..22ac67a 100644
--- a/quantumclient/common/exceptions.py
+++ b/quantumclient/common/exceptions.py
@@ -15,6 +15,8 @@
# License for the specific language governing permissions and limitations
# under the License.
+from quantumclient.common import _
+
"""
Quantum base exception handling.
"""