summaryrefslogtreecommitdiff
path: root/keystoneclient/tests/unit/v3/test_oauth1.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystoneclient/tests/unit/v3/test_oauth1.py')
-rw-r--r--keystoneclient/tests/unit/v3/test_oauth1.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/keystoneclient/tests/unit/v3/test_oauth1.py b/keystoneclient/tests/unit/v3/test_oauth1.py
index 644e8a8..3e79131 100644
--- a/keystoneclient/tests/unit/v3/test_oauth1.py
+++ b/keystoneclient/tests/unit/v3/test_oauth1.py
@@ -11,10 +11,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+from unittest import mock
+
import fixtures
import uuid
-import mock
import six
from six.moves.urllib import parse as urlparse
from testtools import matchers