summaryrefslogtreecommitdiff
path: root/keystoneclient/access.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystoneclient/access.py')
-rw-r--r--keystoneclient/access.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/keystoneclient/access.py b/keystoneclient/access.py
index c7cd115..6786674 100644
--- a/keystoneclient/access.py
+++ b/keystoneclient/access.py
@@ -19,6 +19,7 @@ import datetime
from oslo.utils import timeutils
+from keystoneclient.i18n import _
from keystoneclient import service_catalog
@@ -63,7 +64,7 @@ class AccessInfo(dict):
else:
auth_ref = AccessInfoV2(**kwargs)
else:
- raise NotImplementedError('Unrecognized auth response')
+ raise NotImplementedError(_('Unrecognized auth response'))
else:
auth_ref = AccessInfoV2(**kwargs)