mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 01:43:42 +02:00
...
This commit is contained in:
parent
227b13186e
commit
8bc7e87afb
1 changed files with 0 additions and 6 deletions
|
|
@ -624,12 +624,6 @@ def set_metadata(self, stream, mi, type):
|
|||
plugins += [CSV_XML, BIBTEX, EPUB_MOBI]
|
||||
# }}}
|
||||
|
||||
# EPUB Fix plugins {{{
|
||||
from calibre.ebooks.epub.fix.unmanifested import Unmanifested
|
||||
from calibre.ebooks.epub.fix.epubcheck import Epubcheck
|
||||
plugins += [Unmanifested, Epubcheck]
|
||||
# }}}
|
||||
|
||||
# Profiles {{{
|
||||
from calibre.customize.profiles import input_profiles, output_profiles
|
||||
plugins += input_profiles + output_profiles
|
||||
|
|
|
|||
Loading…
Reference in a new issue