summaryrefslogtreecommitdiff
path: root/keystoneclient/contrib
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-10-14 17:49:17 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-10-15 04:25:50 +0000
commit802301ca1763043bf699a52043504ab71a4dbb3b (patch)
treeca19bdc3eec296eda4721f92946525edc71856fb /keystoneclient/contrib
parent89dc951f7d5a603f0c34b7c2cb9f7d26d73d9916 (diff)
downloadpython-keystoneclient-802301ca1763043bf699a52043504ab71a4dbb3b.tar.gz
Use oslo.utils and oslo.serialization
Left timeutils and strutils in openstack/common since they are used in openstack/common/apiclient and memorycache. Change-Id: Idb5f09c159d907dfba84cd1f7501f650318af7d9
Diffstat (limited to 'keystoneclient/contrib')
-rw-r--r--keystoneclient/contrib/revoke/model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/contrib/revoke/model.py b/keystoneclient/contrib/revoke/model.py
index 2fc405c..60085ba 100644
--- a/keystoneclient/contrib/revoke/model.py
+++ b/keystoneclient/contrib/revoke/model.py
@@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-from keystoneclient.openstack.common import timeutils
+from oslo.utils import timeutils
# The set of attributes common between the RevokeEvent
# and the dictionaries created from the token Data.