summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/tts.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/tts.py b/client/tts.py
index d570b26..55c33b0 100644
--- a/client/tts.py
+++ b/client/tts.py
@@ -10,7 +10,6 @@ Speaker methods:
import os
import platform
import re
-import sys
import tempfile
import subprocess
import pipes
@@ -19,7 +18,6 @@ import wave
from abc import ABCMeta, abstractmethod
import argparse
-import yaml
try:
import mad
import gtts