Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/ago:master commit in: script/
Date: Sun, 30 Dec 2012 17:16:34
Message-Id: 1356887754.29b6c10cd1ab282c22a4086654d5fd7213ce27b1.ago@gentoo
1 commit: 29b6c10cd1ab282c22a4086654d5fd7213ce27b1
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 30 17:15:54 2012 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 30 17:15:54 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ago.git;a=commit;h=29b6c10c
7
8 It must work with python2
9
10 ---
11 script/batch-pretend.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/script/batch-pretend.py b/script/batch-pretend.py
15 index ee7e0f4..cef8021 100755
16 --- a/script/batch-pretend.py
17 +++ b/script/batch-pretend.py
18 @@ -1,4 +1,4 @@
19 -#!/usr/bin/env python
20 +#!/usr/bin/python2
21 # Copyright 2011 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2