fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
initial mobi format support (with a really awful icon)
[wolnelektury.git]
/
apps
/
catalogue
/
utils.py
diff --git
a/apps/catalogue/utils.py
b/apps/catalogue/utils.py
index
07458c9
..
3a8d1b0
100644
(file)
--- a/
apps/catalogue/utils.py
+++ b/
apps/catalogue/utils.py
@@
-55,8
+55,8
@@
class ExistingFile(UploadedFile):
pass
-class
BookImport
DocProvider(DocProvider):
- """Used for
joined EPUB and PDF files
."""
+class
ORM
DocProvider(DocProvider):
+ """Used for
getting books' children
."""
def __init__(self, book):
self.book = book