diff options
author | Jeremy Heiner <scalaprotractor@gmail.com> | 2013-12-20 11:59:46 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-12-21 10:20:04 +1000 |
commit | f7f8964c2315c81939798e870f96083146bbb27c (patch) | |
tree | e45e5f894eb5034e735710b8a9b0e43abad84628 /test/pacman/pmrule.py | |
parent | 50e9543908817940792cd9a590c42aed5230c311 (diff) |
Use the 'configure'd PYTHON to run pactest.
Use the 'configure'd PYTHON to run pactest instead of the one
hard-coded (with '#!') in pactest.py. Also remove useless '#!' from
non-main .py files.
Signed-off-by: Jeremy Heiner <ScalaProtractor at gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/pacman/pmrule.py')
-rw-r--r-- | test/pacman/pmrule.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/pacman/pmrule.py b/test/pacman/pmrule.py index cfcbb6b9..9c11d5d7 100644 --- a/test/pacman/pmrule.py +++ b/test/pacman/pmrule.py @@ -1,5 +1,3 @@ -#! /usr/bin/python2 -# # Copyright (c) 2006 by Aurelien Foret <orelien@chez.com> # Copyright (c) 2006-2013 Pacman Development Team <pacman-dev@archlinux.org> # |