X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d1d6ea8ed2889f871b6d89d4fae6021f286f921a..2b447a437065ce4bd982562f6fd0c2877074c2da:/src/api/tests/tests.py diff --git a/src/api/tests/tests.py b/src/api/tests/tests.py index 8dd29a5b6..b3cc54fc9 100644 --- a/src/api/tests/tests.py +++ b/src/api/tests/tests.py @@ -17,7 +17,7 @@ from django.core.files.uploadedfile import SimpleUploadedFile from django.test import TestCase from django.test.utils import override_settings from mock import patch -from api.piston.models import Consumer, Token +from api.models import Consumer, Token from catalogue.models import Book, Tag from picture.forms import PictureImportForm