diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-15 10:00:43 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-26 13:34:46 +0200 |
| commit | ac160d2c64f1060700adc74f41af431298f77292 (patch) | |
| tree | df16b85aa2537c7a9ad806009486b2aa249bdfe6 /client/speaker.py | |
| parent | b95293f9b453924e54a8c216951fe2a27378e369 (diff) | |
| download | jasper-client-ac160d2c64f1060700adc74f41af431298f77292.tar.gz jasper-client-ac160d2c64f1060700adc74f41af431298f77292.zip | |
Add yaml import to speaker.py
Diffstat (limited to 'client/speaker.py')
| -rw-r--r-- | client/speaker.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/speaker.py b/client/speaker.py index d168cbf..0ce3562 100644 --- a/client/speaker.py +++ b/client/speaker.py @@ -15,6 +15,7 @@ import tempfile import subprocess from abc import ABCMeta, abstractmethod +import yaml import pyaudio import wave try: |
