From c231090615f552adab46f5ac6fe31aa632588edf Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 6 Sep 2014 10:23:05 +0200 Subject: 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). --- client/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/main.py') diff --git a/client/main.py b/client/main.py index 36656a3..6683188 100644 --- a/client/main.py +++ b/client/main.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8-*- import yaml import sys -- cgit v1.3.1