aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-04-02 02:57:04 +0000
committerMike Crute <mike@crute.us>2019-04-02 03:24:37 +0000
commit8d316038441194526d6183c0496f765c6ff5a418 (patch)
treebe9ba05bed1e0edda7d788b9dfb7104ab9d581f6 /tests
parent98b2f30026e060ed578e6105ca4c0df7a69a9263 (diff)
downloadpydora-8d316038441194526d6183c0496f765c6ff5a418.tar.bz2
pydora-8d316038441194526d6183c0496f765c6ff5a418.tar.xz
pydora-8d316038441194526d6183c0496f765c6ff5a418.zip
Migrate model bases to _base
Diffstat (limited to 'tests')
-rw-r--r--tests/test_pandora/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pandora/test_models.py b/tests/test_pandora/test_models.py
index 13ca366..8e0e0b5 100644
--- a/tests/test_pandora/test_models.py
+++ b/tests/test_pandora/test_models.py
@@ -5,7 +5,7 @@ from unittest.mock import Mock, patch
5from pandora.client import APIClient 5from pandora.client import APIClient
6from pandora.errors import ParameterMissing 6from pandora.errors import ParameterMissing
7 7
8import pandora.models as m 8import pandora.models._base as m
9import pandora.models.pandora as pm 9import pandora.models.pandora as pm
10 10
11 11