17 lines
738 B
Diff
17 lines
738 B
Diff
diff -up eric4-4.3.3/eric/__init__.py.patch eric4-4.3.3/eric/__init__.py
|
|
--- eric4-4.3.3/eric/__init__.py.patch 2009-05-19 07:19:09.000000000 +0200
|
|
+++ eric4-4.3.3/eric/__init__.py 2009-05-19 07:19:16.000000000 +0200
|
|
@@ -1,3 +1,4 @@
|
|
+#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Copyright (c) 2003 - 2009 Detlev Offenbach <detlev@die-offenbachs.de>
|
|
diff -up eric4-4.3.3/eric/patch_modpython.py.patch eric4-4.3.3/eric/patch_modpython.py
|
|
--- eric4-4.3.3/eric/patch_modpython.py.patch 2009-05-19 07:18:51.000000000 +0200
|
|
+++ eric4-4.3.3/eric/patch_modpython.py 2009-05-19 07:19:00.000000000 +0200
|
|
@@ -1,3 +1,4 @@
|
|
+#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Copyright (c) 2003-2009 Detlev Offenbach <detlev@die-offenbachs.de>
|