summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-07-29 22:28:05 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-07-29 22:28:05 +0000
commit72f972fc55d43bb6a8c5f30857f97c5e5656b49e (patch)
treec3afdc791a3e4a0f7975c231bc403a90b792db14 /dev-python/fusil/files/1.4-python25.patch
parentVersion bump (diff)
downloadgentoo-2-72f972fc55d43bb6a8c5f30857f97c5e5656b49e.tar.gz
gentoo-2-72f972fc55d43bb6a8c5f30857f97c5e5656b49e.tar.bz2
gentoo-2-72f972fc55d43bb6a8c5f30857f97c5e5656b49e.zip
Version bump
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/fusil/files/1.4-python25.patch')
-rw-r--r--dev-python/fusil/files/1.4-python25.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/fusil/files/1.4-python25.patch b/dev-python/fusil/files/1.4-python25.patch
new file mode 100644
index 000000000000..b36643b5c4a7
--- /dev/null
+++ b/dev-python/fusil/files/1.4-python25.patch
@@ -0,0 +1,12 @@
+diff --git a/setup.py b/setup.py
+index 712796e..40ea469 100755
+--- a/setup.py
++++ b/setup.py
+@@ -17,6 +17,7 @@
+ # - set version to n+1
+ # - add a new empty section in the changelog for version n+1
+
++from __future__ import with_statement
+ from imp import load_source
+ from os import path
+ from sys import argv