mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-02 10:23:34 +02:00
Remove not needed paths from sys module.
This commit is contained in:
@@ -1,11 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
import sys
|
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
|
from ebook_converter.ebooks.conversion.cli import main
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user