From b0be255ead8e1432a451b0ff3b3c117919503f07 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Wed, 4 Jul 2007 19:03:56 +0000 Subject: [PATCH] Python 2.4 is now the base version, so test against that. git-svn-id: https://rox.svn.sourceforge.net/svnroot/rox/trunk/rox-lib@5091 66de3db3-b00d-0410-b41b-f4738ad19bea --- ROX-Lib2/tests/python/testall.py | 2 +- ROX-Lib2/tests/python/testbasedir.py | 2 +- ROX-Lib2/tests/python/testchoices.py | 2 +- ROX-Lib2/tests/python/testicon_theme.py | 2 +- ROX-Lib2/tests/python/testmenu.py | 2 +- ROX-Lib2/tests/python/testoptions.py | 2 +- ROX-Lib2/tests/python/testprocesses.py | 2 +- ROX-Lib2/tests/python/testproxy.py | 2 +- ROX-Lib2/tests/python/testrox.py | 2 +- ROX-Lib2/tests/python/testsu.py | 2 +- ROX-Lib2/tests/python/testtasks.py | 2 +- ROX-Lib2/tests/python/testxxmlrpc.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ROX-Lib2/tests/python/testall.py b/ROX-Lib2/tests/python/testall.py index c94cb11..d9c7251 100755 --- a/ROX-Lib2/tests/python/testall.py +++ b/ROX-Lib2/tests/python/testall.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.3 +#!/usr/bin/env python2.4 import unittest, os, sys my_dir = os.path.dirname(sys.argv[0]) diff --git a/ROX-Lib2/tests/python/testbasedir.py b/ROX-Lib2/tests/python/testbasedir.py index cfc2a3c..6fa8973 100755 --- a/ROX-Lib2/tests/python/testbasedir.py +++ b/ROX-Lib2/tests/python/testbasedir.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.3 +#!/usr/bin/env python2.4 import unittest import os, sys, shutil from os.path import dirname, abspath, join diff --git a/ROX-Lib2/tests/python/testchoices.py b/ROX-Lib2/tests/python/testchoices.py index ba1b437..d1cb2ea 100755 --- a/ROX-Lib2/tests/python/testchoices.py +++ b/ROX-Lib2/tests/python/testchoices.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.3 +#!/usr/bin/env python2.4 import unittest import os, sys, shutil from os.path import dirname, abspath, join diff --git a/ROX-Lib2/tests/python/testicon_theme.py b/ROX-Lib2/tests/python/testicon_theme.py index 7c56f2a..bbd1b84 100755 --- a/ROX-Lib2/tests/python/testicon_theme.py +++ b/ROX-Lib2/tests/python/testicon_theme.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.3 +#!/usr/bin/env python2.4 import unittest import os, sys, shutil from os.path import dirname, abspath, join diff --git a/ROX-Lib2/tests/python/testmenu.py b/ROX-Lib2/tests/python/testmenu.py index 8636871..522ec16 100755 --- a/ROX-Lib2/tests/python/testmenu.py +++ b/ROX-Lib2/tests/python/testmenu.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.3 +#!/usr/bin/env python2.4 import unittest import os, sys, shutil from os.path import dirname, abspath, join diff --git a/ROX-Lib2/tests/python/testoptions.py b/ROX-Lib2/tests/python/testoptions.py index 25bc6cb..03404d1 100755 --- a/ROX-Lib2/tests/python/testoptions.py +++ b/ROX-Lib2/tests/python/testoptions.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.3 +#!/usr/bin/env python2.4 import unittest import os, sys, shutil from os.path import dirname, abspath, join diff --git a/ROX-Lib2/tests/python/testprocesses.py b/ROX-Lib2/tests/python/testprocesses.py index 953616d..329b857 100755 --- a/ROX-Lib2/tests/python/testprocesses.py +++ b/ROX-Lib2/tests/python/testprocesses.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.3 +#!/usr/bin/env python2.4 from __future__ import generators import unittest import sys diff --git a/ROX-Lib2/tests/python/testproxy.py b/ROX-Lib2/tests/python/testproxy.py index 063e0e0..76d850a 100755 --- a/ROX-Lib2/tests/python/testproxy.py +++ b/ROX-Lib2/tests/python/testproxy.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.3 +#!/usr/bin/env python2.4 from __future__ import generators import unittest import sys diff --git a/ROX-Lib2/tests/python/testrox.py b/ROX-Lib2/tests/python/testrox.py index e783b00..8f2fb2d 100755 --- a/ROX-Lib2/tests/python/testrox.py +++ b/ROX-Lib2/tests/python/testrox.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.3 +#!/usr/bin/env python2.4 import unittest import os, sys, shutil from StringIO import StringIO diff --git a/ROX-Lib2/tests/python/testsu.py b/ROX-Lib2/tests/python/testsu.py index 710aa0c..41b20cb 100755 --- a/ROX-Lib2/tests/python/testsu.py +++ b/ROX-Lib2/tests/python/testsu.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.3 +#!/usr/bin/env python2.4 from __future__ import generators import unittest import sys, os diff --git a/ROX-Lib2/tests/python/testtasks.py b/ROX-Lib2/tests/python/testtasks.py index 33d2ee5..7943d8d 100755 --- a/ROX-Lib2/tests/python/testtasks.py +++ b/ROX-Lib2/tests/python/testtasks.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.3 +#!/usr/bin/env python2.4 from __future__ import generators import unittest import sys diff --git a/ROX-Lib2/tests/python/testxxmlrpc.py b/ROX-Lib2/tests/python/testxxmlrpc.py index 2e66ca9..9838f3c 100755 --- a/ROX-Lib2/tests/python/testxxmlrpc.py +++ b/ROX-Lib2/tests/python/testxxmlrpc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.3 +#!/usr/bin/env python2.4 from __future__ import generators import unittest import sys, StringIO -- 2.11.4.GIT