From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7F4191381FA for ; Sun, 30 Dec 2012 17:16:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D157E03E4; Sun, 30 Dec 2012 17:16:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83BC9E03E4 for ; Sun, 30 Dec 2012 17:16:26 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 983DC33C1EF for ; Sun, 30 Dec 2012 17:16:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2F0A7E543D for ; Sun, 30 Dec 2012 17:16:24 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1356887754.29b6c10cd1ab282c22a4086654d5fd7213ce27b1.ago@gentoo> Subject: [gentoo-commits] dev/ago:master commit in: script/ X-VCS-Repository: dev/ago X-VCS-Files: script/batch-pretend.py X-VCS-Directories: script/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 29b6c10cd1ab282c22a4086654d5fd7213ce27b1 X-VCS-Branch: master Date: Sun, 30 Dec 2012 17:16:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8c298654-6df1-428d-8a3e-f1608cf256ac X-Archives-Hash: 7c62c34c5c660aa1f4059434d1078893 commit: 29b6c10cd1ab282c22a4086654d5fd7213ce27b1 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Dec 30 17:15:54 2012 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Dec 30 17:15:54 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ago.git;a=commit;h=29b6c10c It must work with python2 --- script/batch-pretend.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/script/batch-pretend.py b/script/batch-pretend.py index ee7e0f4..cef8021 100755 --- a/script/batch-pretend.py +++ b/script/batch-pretend.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # Copyright 2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2