Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/deskutils/calibre/files/patch-setup_commands.py
16461 views
1
--- setup/commands.py.orig 2025-08-08 02:10:36 UTC
2
+++ setup/commands.py
3
@@ -30,7 +30,6 @@ __all__ = [
4
'manual',
5
'mathjax',
6
'osx',
7
- 'piper_voices',
8
'pot',
9
'publish',
10
'publish_betas',
11
@@ -93,10 +92,6 @@ hyphenation = Hyphenation()
12
from setup.hyphenation import Hyphenation
13
14
hyphenation = Hyphenation()
15
-
16
-from setup.piper import PiperVoices
17
-
18
-piper_voices = PiperVoices()
19
20
from setup.liberation import LiberationFonts
21
22
23