File weasyprint-0.19.2-shebang.patch of Package weasyprint
diff -up WeasyPrint-0.19.2/weasyprint.py.shebang WeasyPrint-0.19.2/weasyprint.py
--- WeasyPrint-0.19.2/weasyprint.py.shebang 2013-07-28 19:13:45.490801164 -0600
+++ WeasyPrint-0.19.2/weasyprint.py 2013-07-28 19:14:55.996795521 -0600
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
from weasyprint.__main__ import main
if __name__ == '__main__':
diff -up WeasyPrint-0.19.2/weasyprint/tests/test_web/run.py.shebang WeasyPrint-0.19.2/weasyprint/tests/test_web/run.py
--- WeasyPrint-0.19.2/weasyprint/tests/test_web/run.py.shebang 2013-07-28 19:14:29.492797642 -0600
+++ WeasyPrint-0.19.2/weasyprint/tests/test_web/run.py 2013-07-28 19:14:48.339796134 -0600
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# coding: utf8
"""
weasyprint.tests.test_web.run