Blob Blame History Raw
diff -up eric-3.9.5/eric/__init__.py.patch eric-3.9.5/eric/__init__.py
--- eric-3.9.5/eric/__init__.py.patch	2008-01-14 12:53:29.000000000 +0100
+++ eric-3.9.5/eric/__init__.py	2008-01-14 12:53:36.000000000 +0100
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # Copyright (c) 2003 - 2007 Detlev Offenbach <detlev@die-offenbachs.de>
diff -up eric-3.9.5/eric/uninstall.py.patch eric-3.9.5/uninstall.py
--- eric-3.9.5/eric/uninstall.py.patch	2008-01-14 12:53:00.000000000 +0100
+++ eric-3.9.5/eric/uninstall.py	2008-01-14 12:53:05.000000000 +0100
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # Copyright (c) 2002-2007 Detlev Offenbach <detlev@die-offenbachs.de>
diff -up eric-3.9.5/eric/patch_modpython.py.patch eric-3.9.5/patch_modpython.py
--- eric-3.9.5/eric/patch_modpython.py.patch	2008-01-14 12:53:13.000000000 +0100
+++ eric-3.9.5/eric/patch_modpython.py	2008-01-14 12:53:20.000000000 +0100
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # Copyright (c) 2003-2007 Detlev Offenbach <detlev@die-offenbachs.de>