diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-06 10:23:05 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-06 10:23:05 +0200 |
| commit | c231090615f552adab46f5ac6fe31aa632588edf (patch) | |
| tree | aa708d12bc02fb481d296a062dbd5b530671f435 /client/test_mic.py | |
| parent | b6e43491ca4a3ef3d0efe73c48c44b91982a96f6 (diff) | |
| download | jasper-client-c231090615f552adab46f5ac6fe31aa632588edf.tar.gz jasper-client-c231090615f552adab46f5ac6fe31aa632588edf.zip | |
Add shebang and PEP 0263 source encoding to every module
Source encoding should be specified and a shebang helps to execute a module directly (either to start jasper or just for testing purposes).
Diffstat (limited to 'client/test_mic.py')
| -rw-r--r-- | client/test_mic.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/test_mic.py b/client/test_mic.py index b01240f..73a0857 100644 --- a/client/test_mic.py +++ b/client/test_mic.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python2 +# -*- coding: utf-8-*- """ A drop-in replacement for the Mic class used during unit testing. Designed to take pre-arranged inputs as an argument and store any |
