From f9dfae2bc922eb67e1c4073441a5dc7c4269706c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 18 Oct 2020 22:03:42 +0530 Subject: [PATCH] ... --- src/calibre/constants.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/calibre/constants.py b/src/calibre/constants.py index ebe3dc0b3b..baeb456a4b 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -164,11 +164,8 @@ def cache_dir(): return ans -plugins_loc = sys.extensions_location - - # plugins {{{ - +plugins_loc = sys.extensions_location from importlib.machinery import ModuleSpec, EXTENSION_SUFFIXES, ExtensionFileLoader from importlib.util import find_spec from importlib import import_module