diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 18:15:54 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 18:15:54 +0100 |
commit | 29b6c10cd1ab282c22a4086654d5fd7213ce27b1 (patch) | |
tree | 2084bcae5c8b6c0b297b43307cec90503feb810b /script | |
parent | Add batch-pretend.py (diff) | |
download | ago-29b6c10cd1ab282c22a4086654d5fd7213ce27b1.tar.gz ago-29b6c10cd1ab282c22a4086654d5fd7213ce27b1.tar.bz2 ago-29b6c10cd1ab282c22a4086654d5fd7213ce27b1.zip |
It must work with python2
Diffstat (limited to 'script')
-rwxr-xr-x | 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 |