initial mobi format support (with a really awful icon)
[wolnelektury.git] / apps / catalogue / utils.py
index 07458c9..3a8d1b0 100644 (file)
@@ -55,8 +55,8 @@ class ExistingFile(UploadedFile):
         pass
 
 
-class BookImportDocProvider(DocProvider):
-    """Used for joined EPUB and PDF files."""
+class ORMDocProvider(DocProvider):
+    """Used for getting books' children."""
 
     def __init__(self, book):
         self.book = book