aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pandora/test_clientbuilder.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pandora/test_clientbuilder.py')
-rw-r--r--tests/test_pandora/test_clientbuilder.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_pandora/test_clientbuilder.py b/tests/test_pandora/test_clientbuilder.py
index 5ac6e7d..aaccdf8 100644
--- a/tests/test_pandora/test_clientbuilder.py
+++ b/tests/test_pandora/test_clientbuilder.py
@@ -3,7 +3,8 @@ from unittest import TestCase
3 3
4import pandora.clientbuilder as cb 4import pandora.clientbuilder as cb
5from pandora.py2compat import Mock 5from pandora.py2compat import Mock
6from pandora import APIClient, DEFAULT_API_HOST 6from pandora.client import APIClient
7from pandora.transport import DEFAULT_API_HOST
7 8
8 9
9class TestTranslatingDict(TestCase): 10class TestTranslatingDict(TestCase):