diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-08-03 20:11:14 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-06 10:06:49 +0200 |
| commit | b6e43491ca4a3ef3d0efe73c48c44b91982a96f6 (patch) | |
| tree | 50937bf1a74d27eea3011e0312b7ebfa8ee7fd66 /client/main.py | |
| parent | bd731a19bf4c00a2bb348ab4869576ee44fe4e40 (diff) | |
| download | jasper-client-b6e43491ca4a3ef3d0efe73c48c44b91982a96f6.tar.gz jasper-client-b6e43491ca4a3ef3d0efe73c48c44b91982a96f6.zip | |
Add shebang and PEP 0263 source encoding to main.py
Diffstat (limited to 'client/main.py')
| -rw-r--r-- | client/main.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/main.py b/client/main.py index fb0eaf0..36656a3 100644 --- a/client/main.py +++ b/client/main.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python +# -*- coding: utf-8-*- import yaml import sys import speaker |
