1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-03-14 05:35:47 +01:00

Removed unused in convertion catalog feature.

This commit is contained in:
2021-03-24 13:13:27 +01:00
parent 1492b2c1f6
commit 6e293ff9dc
5 changed files with 0 additions and 1195 deletions

View File

@@ -700,13 +700,6 @@ plugins += [
]
# }}}
# Catalog plugins {{{
from ebook_converter.library.catalogs.csv_xml import CSV_XML
from ebook_converter.library.catalogs.bibtex import BIBTEX
from ebook_converter.library.catalogs.epub_mobi import EPUB_MOBI
plugins += [CSV_XML, BIBTEX, EPUB_MOBI]
# }}}
# Profiles {{{
from ebook_converter.customize.profiles import input_profiles, output_profiles
plugins += input_profiles + output_profiles