blob: 72f524b88ac41ab9ec9e46185b7a45c9eb89f572 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- setup/commands.py.orig 2025-08-08 02:10:36 UTC
+++ setup/commands.py
@@ -30,7 +30,6 @@ __all__ = [
'manual',
'mathjax',
'osx',
- 'piper_voices',
'pot',
'publish',
'publish_betas',
@@ -93,10 +92,6 @@ hyphenation = Hyphenation()
from setup.hyphenation import Hyphenation
hyphenation = Hyphenation()
-
-from setup.piper import PiperVoices
-
-piper_voices = PiperVoices()
from setup.liberation import LiberationFonts
|