from django.core.files.base import ContentFile
import catalogue
from catalogue.test_utils import (BookInfoStub, PersonStub, info_args,
WLTestCase, get_fixture)
from catalogue.models import Book
from librarian import WLURI, XMLNamespace
from django.core.files.base import ContentFile
import catalogue
from catalogue.test_utils import (BookInfoStub, PersonStub, info_args,
WLTestCase, get_fixture)
from catalogue.models import Book
from librarian import WLURI, XMLNamespace