mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-06 22:15:22 -04:00
...
This commit is contained in:
@@ -236,7 +236,8 @@ def available_engines() -> dict[str, EngineMetadata]:
|
||||
continue
|
||||
|
||||
try:
|
||||
import calibre_extensions.piper
|
||||
import calibre_extensions.piper as check_that_piper_imports
|
||||
del check_that_piper_imports
|
||||
except ImportError:
|
||||
pass
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user