[tracker] functional-tests: Don't hardcode python version in shebang



commit 9e3fd573b80231f5785fab020b2535bdb1d956e5
Author: Adrien Bustany <abustany gnome org>
Date:   Mon Dec 6 11:39:18 2010 +0200

    functional-tests: Don't hardcode python version in shebang

 tests/functional-tests/common/utils/html.py  |    2 +-
 tests/functional-tests/create-tests-aegis.py |    2 +-
 tests/functional-tests/create-tests-xml.py   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/functional-tests/common/utils/html.py b/tests/functional-tests/common/utils/html.py
index 0acf513..ec296fe 100644
--- a/tests/functional-tests/common/utils/html.py
+++ b/tests/functional-tests/common/utils/html.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import unittest
 import os
 
diff --git a/tests/functional-tests/create-tests-aegis.py b/tests/functional-tests/create-tests-aegis.py
index 98f4ad8..752efb9 100755
--- a/tests/functional-tests/create-tests-aegis.py
+++ b/tests/functional-tests/create-tests-aegis.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
 import os
 import sys
 import inspect
diff --git a/tests/functional-tests/create-tests-xml.py b/tests/functional-tests/create-tests-xml.py
index f48ac2b..d183729 100755
--- a/tests/functional-tests/create-tests-xml.py
+++ b/tests/functional-tests/create-tests-xml.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python
 import os
 import sys
 import inspect



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]