summaryrefslogtreecommitdiff
path: root/keystoneclient/contrib
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-16 00:14:18 +0000
committerGerrit Code Review <review@openstack.org>2014-10-16 00:14:18 +0000
commita417bf9e0a1306b47214dae32b59a69cd4647b50 (patch)
tree73696ea435e89fd0458d3c676b7aebc685db882b /keystoneclient/contrib
parent8b267842a701970d4e1aae2f115afe4d73bc5ee6 (diff)
parent802301ca1763043bf699a52043504ab71a4dbb3b (diff)
downloadpython-keystoneclient-a417bf9e0a1306b47214dae32b59a69cd4647b50.tar.gz
Merge "Use oslo.utils and oslo.serialization"
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.