File caffeine-fix-non-executable-script.patch of Package caffeine
diff -Naur a/caffeine/applicationinstance.py b/caffeine/applicationinstance.py
--- a/caffeine/applicationinstance.py 2011-11-11 13:35:24.000000000 -0600
+++ b/caffeine/applicationinstance.py 2012-02-13 21:28:20.643134426 -0600
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright © 2009 The Caffeine Developers
diff -Naur a/caffeine/core.py b/caffeine/core.py
--- a/caffeine/core.py 2011-11-11 13:35:24.000000000 -0600
+++ b/caffeine/core.py 2012-02-13 21:28:20.671134823 -0600
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright © 2009 The Caffeine Developers
diff -Naur a/caffeine/flash_detect.py b/caffeine/flash_detect.py
--- a/caffeine/flash_detect.py 2011-11-11 13:35:24.000000000 -0600
+++ b/caffeine/flash_detect.py 2012-02-13 21:28:20.651134539 -0600
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
import kaa.metadata
import commands
diff -Naur a/caffeine/__init__.py b/caffeine/__init__.py
--- a/caffeine/__init__.py 2011-11-11 13:35:24.000000000 -0600
+++ b/caffeine/__init__.py 2012-02-13 21:28:20.679134937 -0600
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright © 2009 The Caffeine Developers
diff -Naur a/caffeine/main.py b/caffeine/main.py
--- a/caffeine/main.py 2011-11-11 13:35:24.000000000 -0600
+++ b/caffeine/main.py 2012-02-13 21:28:20.627134199 -0600
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright © 2009 The Caffeine Developers
diff -Naur a/caffeine/procmanager.py b/caffeine/procmanager.py
--- a/caffeine/procmanager.py 2011-11-11 13:35:24.000000000 -0600
+++ b/caffeine/procmanager.py 2012-02-13 21:28:20.635134312 -0600
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright © 2009 The Caffeine Developers
diff -Naur a/caffeine/utils.py b/caffeine/utils.py
--- a/caffeine/utils.py 2011-11-11 13:35:24.000000000 -0600
+++ b/caffeine/utils.py 2012-02-13 21:28:20.659134653 -0600
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright © 2009 The Caffeine Developers