1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-01-01 07:22:26 +01:00

Remove not needed paths from sys module.

This commit is contained in:
2020-04-12 14:05:56 +02:00
parent bd9cb86c1c
commit 453d77ce98

View File

@@ -1,11 +1,6 @@
#!/usr/bin/env python
import sys
# TODO: remove this crap
sys.resources_location = ''
sys.extensions_location = '/usr/lib64/calibre/calibre/plugins'
sys.executables_location = '/usr/bin'
from ebook_converter.ebooks.conversion.cli import main