diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2013-09-30 21:38:22 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2013-09-30 21:38:22 +0200 |
commit | 45c33d4140bc5ec3b6a1822bcde9f615dc7e2a0e (patch) | |
tree | 8fd6027fa54f205e056a08273d0ddfca5a27b7da /index.py | |
parent | d211761de67277fc18392f39662ac450dcbcba68 (diff) | |
download | kosten-45c33d4140bc5ec3b6a1822bcde9f615dc7e2a0e.tar.gz kosten-45c33d4140bc5ec3b6a1822bcde9f615dc7e2a0e.tar.bz2 kosten-45c33d4140bc5ec3b6a1822bcde9f615dc7e2a0e.zip |
Force python2
Diffstat (limited to '')
-rwxr-xr-x | index.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # -*- coding: utf-8 -*- import sys |