summaryrefslogtreecommitdiff
path: root/conmux
diff options
context:
space:
mode:
authormbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4>2009-06-22 19:03:08 +0000
committermbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4>2009-06-22 19:03:08 +0000
commitcf465979df89ee96068cfe81a06c4908d5aa1bbf (patch)
tree20e9d1c1e6d7e95bca3ef93c1b10b4757849ae07 /conmux
parent69ca43caa1af0a1a799e2d8f87614692a1e08ae8 (diff)
Not all distros put a symlink in for the python version. However
all should have a /usr/bin/python target. There are still a couple files that hardcode a /usr/lib/python2.4 path, but that's a harder problem to solve and outside the scope of this patch. Signed-off-by: Jesse Keating <jkeating@redhat.com> git-svn-id: svn://test.kernel.org/autotest/trunk@3319 592f7852-d20e-0410-864c-8624ca9c26a4
Diffstat (limited to 'conmux')
-rw-r--r--conmux/contrib/console_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conmux/contrib/console_check.py b/conmux/contrib/console_check.py
index 7e450e81..292a07b5 100644
--- a/conmux/contrib/console_check.py
+++ b/conmux/contrib/console_check.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/python
_author_ = 'Scott Zawalski (scottz@google.com)'