diff --git a/barbicanclient/tests/test_secrets.py b/barbicanclient/tests/test_secrets.py index 152bf197..3a8bbef4 100644 --- a/barbicanclient/tests/test_secrets.py +++ b/barbicanclient/tests/test_secrets.py @@ -15,7 +15,7 @@ import base64 import json -from oslo.utils import timeutils +from oslo_utils import timeutils from barbicanclient.tests import test_client from barbicanclient import secrets, base