From d3d11d25ab5bd2ffa2432aa4d4315d8415a265aa Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 14 Jul 2014 22:10:22 +0200 Subject: Added missing shebangs, removed unnecessary ones --- systemCheck.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systemCheck.py') diff --git a/systemCheck.py b/systemCheck.py index 2d25701c3..4b4144c16 100644 --- a/systemCheck.py +++ b/systemCheck.py @@ -1,3 +1,6 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + import os import subprocess import sys -- cgit v1.2.3