commit | 7c8ea99fecf140093f2fe3dcd0ab6b5bf65b1bbe | [log] [tgz] |
---|---|---|
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Mon Jun 22 19:03:08 2009 +0000 |
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Mon Jun 22 19:03:08 2009 +0000 |
tree | 20e9d1c1e6d7e95bca3ef93c1b10b4757849ae07 | |
parent | 9b2cd046f49d801d7889707e3a7250ac545ac3eb [diff] [blame] |
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 <[email protected]> git-svn-id: http://test.kernel.org/svn/autotest/trunk@3319 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/database/database_connection_unittest.py b/database/database_connection_unittest.py index 12700b8..b5386af 100644 --- a/database/database_connection_unittest.py +++ b/database/database_connection_unittest.py
@@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python import unittest, time import common