X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d54976be7b44bd0c8c3c2afac8f11b2408e6cb14..01ba89e7caab3e386df4b1a99a93b98a237a0457:/apps/opds/tests/__init__.py diff --git a/apps/opds/tests/__init__.py b/apps/opds/tests/__init__.py index ea72f06e6..b1399aee7 100755 --- a/apps/opds/tests/__init__.py +++ b/apps/opds/tests/__init__.py @@ -11,7 +11,7 @@ from catalogue.test_utils import (BookInfoStub, PersonStub, info_args, WLTestCase, get_fixture) from catalogue.models import Book from librarian import WLURI, XMLNamespace -from search import Index, Search +from search.index import Index, Search AtomNS = XMLNamespace("http://www.w3.org/2005/Atom")