summaryrefslogtreecommitdiff
path: root/troveclient/tests/test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'troveclient/tests/test_client.py')
-rw-r--r--troveclient/tests/test_client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/troveclient/tests/test_client.py b/troveclient/tests/test_client.py
index e3682bd..5deb7c1 100644
--- a/troveclient/tests/test_client.py
+++ b/troveclient/tests/test_client.py
@@ -15,10 +15,11 @@
# License for the specific language governing permissions and limitations
# under the License.
+from unittest import mock
+
import fixtures
from keystoneauth1 import adapter
import logging
-import mock
import requests
import testtools