summaryrefslogtreecommitdiff
path: root/keystoneclient/utils.py
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2016-01-25 01:48:16 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2016-01-25 01:54:35 -0500
commit81fdaabf3fd73b6ed7fc8e8b4eb550d9206c017a (patch)
tree56d7cafd244a46fac39c75b94b2b55d38d475217 /keystoneclient/utils.py
parent056740cd2d0513c7f79d459c8c78c3133c43adef (diff)
downloadpython-keystoneclient-81fdaabf3fd73b6ed7fc8e8b4eb550d9206c017a.tar.gz
use positional library instead of utils
swap instances of utils.positional with the positional library. Change-Id: Id8a9961e68d287a802f25512fc970829e9feb5c2
Diffstat (limited to 'keystoneclient/utils.py')
-rw-r--r--keystoneclient/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/keystoneclient/utils.py b/keystoneclient/utils.py
index 0c48d28..7f36d85 100644
--- a/keystoneclient/utils.py
+++ b/keystoneclient/utils.py
@@ -17,6 +17,8 @@ import sys
from oslo_utils import encodeutils
from oslo_utils import timeutils
+# NOTE(stevemar): do not remove positional. We need this to stay for a while
+# since versions of auth_token require it here.
from positional import positional # noqa
import prettytable
import six