Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/fusil/files: 1.4-python25.patch
Date: Fri, 29 Jul 2011 22:28:15
Message-Id: 20110729222805.B858620051@flycatcher.gentoo.org
1 bicatali 11/07/29 22:28:05
2
3 Added: 1.4-python25.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.1.10.7/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/fusil/files/1.4-python25.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fusil/files/1.4-python25.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fusil/files/1.4-python25.patch?rev=1.1&content-type=text/plain
14
15 Index: 1.4-python25.patch
16 ===================================================================
17 diff --git a/setup.py b/setup.py
18 index 712796e..40ea469 100755
19 --- a/setup.py
20 +++ b/setup.py
21 @@ -17,6 +17,7 @@
22 # - set version to n+1
23 # - add a new empty section in the changelog for version n+1
24
25 +from __future__ import with_statement
26 from imp import load_source
27 from os import path
28 from sys import argv