fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove DateValue, drop Py<3.6, fix tests.
[librarian.git]
/
src
/
librarian
/
pdf.py
diff --git
a/src/librarian/pdf.py
b/src/librarian/pdf.py
index
7b93997
..
b32395f
100644
(file)
--- a/
src/librarian/pdf.py
+++ b/
src/librarian/pdf.py
@@
-425,7
+425,7
@@
def load_including_children(wldoc=None, provider=None, uri=None):
"""
if uri and provider:
- f = provider.by_
uri(uri
)
+ f = provider.by_
slug(uri.slug
)
text = f.read().decode('utf-8')
f.close()
elif wldoc is not None: