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