summaryrefslogtreecommitdiffstats
path: root/test/pacman/pmenv.py
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2012-02-25 06:57:29 +0100
committerDan McGee <dan@archlinux.org>2012-03-09 00:28:55 +0100
commit82abe079ab67bb39c6276105449a2d553bf31660 (patch)
treec8399fd52c424c19883de1ecaf0185a08810c87c /test/pacman/pmenv.py
parent09a93b2e0e8d603328c484a92cad90a1558c6f89 (diff)
downloadpacman-82abe079ab67bb39c6276105449a2d553bf31660.tar.gz
pacman-82abe079ab67bb39c6276105449a2d553bf31660.tar.xz
Point python shebangs at python2
Python PEP-394 states that all python code should point at the python2 or python3 symlinks at maintain cross-distro compatibility. Note that this does not matter when calling these scripts using "make check" as they are explictly called using the detected python version. As this only affects manually calling these scripts, I have not had configure/make replace the shebangs. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/pacman/pmenv.py')
-rw-r--r--test/pacman/pmenv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/pmenv.py b/test/pacman/pmenv.py
index 04aecd9a..0e455cee 100644
--- a/test/pacman/pmenv.py
+++ b/test/pacman/pmenv.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python2
#
# Copyright (c) 2006 by Aurelien Foret <orelien@chez.com>
#