From 453d77ce98bfd788194a198a61da1ad7b1aba446 Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 12 Apr 2020 14:05:56 +0200 Subject: [PATCH] Remove not needed paths from sys module. --- ebook_converter/main.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ebook_converter/main.py b/ebook_converter/main.py index 597344e..a9ea22a 100644 --- a/ebook_converter/main.py +++ b/ebook_converter/main.py @@ -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