From ba3927aa78ec46beb01ca6645dbd5f7ccb38540e Mon Sep 17 00:00:00 2001
From: Seblu <sebastien.luttringer@smartjog.com>
Date: Mon, 25 Jul 2011 14:30:13 +0200
Subject: [PATCH] fix some python header

---
 installsystems/config.py | 2 +-
 installsystems/tools.py  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/installsystems/config.py b/installsystems/config.py
index 4e55e5e..e5a3ad8 100644
--- a/installsystems/config.py
+++ b/installsystems/config.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# -*- python -*-
 # -*- coding: utf-8 -*-
 # Started 30/05/2011 by Seblu <seblu@seblu.net>
 
diff --git a/installsystems/tools.py b/installsystems/tools.py
index 4a5c631..88314ee 100644
--- a/installsystems/tools.py
+++ b/installsystems/tools.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# -*- python -*-
 # -*- coding: utf-8 -*-
 # Started 26/05/2011 by Seblu <seblu@seblu.net>
 
-- 
GitLab