summaryrefslogtreecommitdiff
path: root/keystoneclient/v2_0
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem@us.ibm.com>2014-08-17 16:13:09 +0000
committerMatt Riedemann <mriedem@us.ibm.com>2014-08-17 13:52:12 -0700
commit181a46624512741f7567fe43cccd545f245d975f (patch)
tree9b995dd812539d5e8a040d94e87008862de3d459 /keystoneclient/v2_0
parent8b2f6b5540d2afd373614e5792b80a1f3166f123 (diff)
downloadpython-keystoneclient-181a46624512741f7567fe43cccd545f245d975f.tar.gz
Revert "Use oslo.utils"
This reverts commit 68c2fad55a71ca511ff959e589aa0a3f3dbd4b78. Looks like this broke the stable branches. :( Change-Id: I9d190e211ecfa80d573a6c48c0b485f3506fe947 Closes-Bug: #1357652
Diffstat (limited to 'keystoneclient/v2_0')
-rwxr-xr-xkeystoneclient/v2_0/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/v2_0/shell.py b/keystoneclient/v2_0/shell.py
index 976fb1e..5d8d265 100755
--- a/keystoneclient/v2_0/shell.py
+++ b/keystoneclient/v2_0/shell.py
@@ -26,9 +26,9 @@ import argparse
import getpass
import sys
-from oslo.utils import strutils
import six
+from keystoneclient.openstack.common import strutils
from keystoneclient import utils
from keystoneclient.v2_0 import client