diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-06 18:01:58 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-06 18:18:07 +0200 |
| commit | 2915c50df177767ad222db1101a9e20f76deaf01 (patch) | |
| tree | e3a8f3b8f79b0131839a88ee03b2fbd709b7094c /client | |
| parent | 89d76f2a2a14e8dd7d574a2dba608b92a43210ee (diff) | |
| download | jasper-client-2915c50df177767ad222db1101a9e20f76deaf01.tar.gz jasper-client-2915c50df177767ad222db1101a9e20f76deaf01.zip | |
Remove unused imports from client/tts.py
Diffstat (limited to 'client')
| -rw-r--r-- | client/tts.py | 2 |
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 |
