diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-06 10:23:05 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-10 17:57:55 -0400 |
| commit | 1c63df0cc500b7cecbdb3c8b9d1b5b7e732f17d8 (patch) | |
| tree | e555a9b0f8695182d6cc2ba0efa2980d9180bc41 /client/main.py | |
| parent | 6f88dcbf91da185b756dfdff7f62f60b04fd8d66 (diff) | |
| download | jasper-client-1c63df0cc500b7cecbdb3c8b9d1b5b7e732f17d8.tar.gz jasper-client-1c63df0cc500b7cecbdb3c8b9d1b5b7e732f17d8.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')
| -rwxr-xr-x | client/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/main.py b/client/main.py index a1b8ae4..d57acd7 100755 --- a/client/main.py +++ b/client/main.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8-*- import os |
