Hardcode python2.7 shebang

This commit is contained in:
goll
2016-07-03 17:31:41 +02:00
parent 8381fed1ea
commit 260cc35dd5
26 changed files with 50 additions and 25 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Configuration import Configuration
from Color import Color