From ac160d2c64f1060700adc74f41af431298f77292 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 15 Sep 2014 10:00:43 +0200 Subject: Add yaml import to speaker.py --- client/speaker.py | 1 + 1 file changed, 1 insertion(+) (limited to 'client') 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: -- cgit v1.3.1