diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-11 14:41:09 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-26 13:34:46 +0200 |
| commit | 572394fa736bd557330c6e2f513633bb34851376 (patch) | |
| tree | e11ff85aa22f5c87d564767e04e109cc2497d0dc /client/speaker.py | |
| parent | 0edd5741d36c0f84ce5bbba3288793081909f5a9 (diff) | |
| download | jasper-client-572394fa736bd557330c6e2f513633bb34851376.tar.gz jasper-client-572394fa736bd557330c6e2f513633bb34851376.zip | |
Added missing import
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 64bbc7b..b43e0b5 100644 --- a/client/speaker.py +++ b/client/speaker.py @@ -8,6 +8,7 @@ Speaker methods: is_available - returns True if the platform supports this implementation """ import os +import platform import re import sys import json |
