X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d2b0cc75d0835ad5384bec638fea6ea244eadb40..3596cf9db6eabb5f0aa36afe7919bc40e8ff0b9a:/src/oai/handlers.py diff --git a/src/oai/handlers.py b/src/oai/handlers.py index 54a0a20bc..d90a560b7 100644 --- a/src/oai/handlers.py +++ b/src/oai/handlers.py @@ -89,7 +89,7 @@ class Catalogue(common.ResumptionOAIPMH): md = wl_dc_reader(xml) m = md.getMap() if book.parent: - m['isPartOf'] = [str(WLURI.from_slug(book.parent.slug))] + m['isPartOf'] = [str(WLURI(book.parent.slug))] return m def record_for_book(self, book, headers_only=False):