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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user