diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-02-10 02:11:19 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-02-10 02:11:19 +0000 |
| commit | d697ea29a6481b39cc8e05be2c386cf5fa2575c4 (patch) | |
| tree | d58d370d06ccc2ec9ea6c397bb49026f869fdd6b /keystoneclient/contrib | |
| parent | 44c1b73b3dce96271afa8dc216b545f403d9bfd0 (diff) | |
| parent | ab09d3eb5f57d7c56fd4fcd6f1a3256c3bae1575 (diff) | |
| download | python-keystoneclient-d697ea29a6481b39cc8e05be2c386cf5fa2575c4.tar.gz | |
Merge "Switch from oslo.utils to oslo_utils"
Diffstat (limited to 'keystoneclient/contrib')
| -rw-r--r-- | keystoneclient/contrib/revoke/model.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/contrib/revoke/model.py b/keystoneclient/contrib/revoke/model.py index c3f3864..bb62840 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 oslo.utils import timeutils +from oslo_utils import timeutils # The set of attributes common between the RevokeEvent # and the dictionaries created from the token Data. |
