Blob Blame History Raw
diff -up eric4-4.4.13/eric/__init__.py.shbang eric4-4.4.13/eric/__init__.py
--- eric4-4.4.13/eric/__init__.py.shbang	2010-12-31 04:07:39.000000000 -0600
+++ eric4-4.4.13/eric/__init__.py	2011-05-06 08:49:44.306661892 -0500
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # Copyright (c) 2003 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>
diff -up eric4-4.4.13/eric/patch_modpython.py.shbang eric4-4.4.13/eric/patch_modpython.py
--- eric4-4.4.13/eric/patch_modpython.py.shbang	2011-05-06 08:50:17.240854344 -0500
+++ eric4-4.4.13/eric/patch_modpython.py	2011-05-06 08:50:19.878389556 -0500
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # Copyright (c) 2003-2011 Detlev Offenbach <detlev@die-offenbachs.de>