From b6e43491ca4a3ef3d0efe73c48c44b91982a96f6 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 3 Aug 2014 20:11:14 +0200 Subject: Add shebang and PEP 0263 source encoding to main.py --- client/main.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client') 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 -- cgit v1.3.1