Header of config script improval

This commit is contained in:
Miro Hrončok 2014-06-30 19:12:20 +02:00
parent 89a07f720d
commit bf926ed595
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#!/bin/python3
#!/usr/bin/python3.3m
# -*- python -*-
import sys
import subprocess
ver = sys.version[:3]