summaryrefslogtreecommitdiff
path: root/boot/vocabcompiler.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-10 17:57:55 -0400
commit1c63df0cc500b7cecbdb3c8b9d1b5b7e732f17d8 (patch)
treee555a9b0f8695182d6cc2ba0efa2980d9180bc41 /boot/vocabcompiler.py
parent6f88dcbf91da185b756dfdff7f62f60b04fd8d66 (diff)
downloadjasper-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 'boot/vocabcompiler.py')
-rw-r--r--boot/vocabcompiler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/vocabcompiler.py b/boot/vocabcompiler.py
index a3aaf66..9177db4 100644
--- a/boot/vocabcompiler.py
+++ b/boot/vocabcompiler.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python2
+# -*- coding: utf-8-*-
"""
Iterates over all the WORDS variables in the modules and creates a dictionary for the client.
"""