diff options
Diffstat (limited to 'systemCheck.py')
-rw-r--r-- | systemCheck.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |