This commit is contained in:
Kovid Goyal 2017-07-05 08:57:23 +05:30
parent aeb44b23ec
commit 25c3260549
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -19,9 +19,9 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__)))
sys.path.insert(0, os.path.dirname(sys.path[-1]))
from setup import __appname__, __version__
import calibre.utils.localization as l # Ensure calibre translations are installed
import custom
del sys.path[0]
del l
import custom
custom
# General configuration
# ---------------------