diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-10 17:21:59 -0400 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-10 17:21:59 -0400 |
| commit | 8233bd3e1ded9edf607df142c9b13f302f957def (patch) | |
| tree | 44a5545dff3b64ee1159856076ebae5b2dce4bce /client/local_mic.py | |
| parent | 4bb5053efde9f40acc9be3033c517bf391e01eca (diff) | |
| parent | 16885dbcc25c01d5db2bf1dbc681828cfc06b70b (diff) | |
| download | jasper-client-8233bd3e1ded9edf607df142c9b13f302f957def.tar.gz jasper-client-8233bd3e1ded9edf607df142c9b13f302f957def.zip | |
Merge pull request #154 from Holzhaus/shebangs
Added shebangs and PEP 0263 source encodings
Diffstat (limited to 'client/local_mic.py')
| -rw-r--r-- | client/local_mic.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/local_mic.py b/client/local_mic.py index 44e232d..3da6ed1 100644 --- a/client/local_mic.py +++ b/client/local_mic.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8-*- """ A drop-in replacement for the Mic class that allows for all I/O to occur over the terminal. Useful for debugging. Unlike with the typical Mic |
