1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-04-13 09:03:33 +02:00

Removed another wrapper on stdlib

This commit is contained in:
2020-04-23 20:16:10 +02:00
parent ea99f5223c
commit 8f1eb9c88c
5 changed files with 9 additions and 15 deletions

View File

@@ -9,7 +9,6 @@ from ebook_converter.customize import (CatalogPlugin, FileTypePlugin, PluginNotF
StoreBase as Store, EditBookToolPlugin,
LibraryClosedPlugin)
from ebook_converter.customize.conversion import InputFormatPlugin, OutputFormatPlugin
from ebook_converter.customize.zipplugin import loader
from ebook_converter.customize.profiles import InputProfile, OutputProfile
from ebook_converter.customize.builtins import plugins as builtin_plugins
# from ebook_converter.devices.interface import DevicePlugin

View File

@@ -294,7 +294,7 @@ class PluginLoader(object):
loader = PluginLoader()
sys.meta_path.insert(0, loader)
#sys.meta_path.insert(0, loader)
if __name__ == '__main__':