summaryrefslogtreecommitdiff
path: root/client/main.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-09-06 10:23:05 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2014-09-06 10:23:05 +0200
commitc231090615f552adab46f5ac6fe31aa632588edf (patch)
treeaa708d12bc02fb481d296a062dbd5b530671f435 /client/main.py
parentb6e43491ca4a3ef3d0efe73c48c44b91982a96f6 (diff)
downloadjasper-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/main.py')
-rw-r--r--client/main.py2
1 files changed, 1 insertions, 1 deletions
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