From 3098faceb232c0d2ea29fa98b01a6b9c6e474ff1 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 30 Sep 2014 17:27:05 +0200 Subject: Add jasperpath import to stt.py --- client/stt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/stt.py b/client/stt.py index 344696c..c5caf99 100644 --- a/client/stt.py +++ b/client/stt.py @@ -10,6 +10,7 @@ import logging from abc import ABCMeta, abstractmethod import requests import yaml +import jasperpath """ The default Speech-to-Text implementation which relies on PocketSphinx. -- cgit v1.3.1