From 57c4fc7317e8dffedba9c34a45cd475d69d2a1c5 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 1 Jan 2014 13:17:09 +1100 Subject: Specify minimum Python version for scripts. --- test/XiteQt.py | 1 + test/XiteWin.py | 1 + test/simpleTests.py | 1 + 3 files changed, 3 insertions(+) (limited to 'test') diff --git a/test/XiteQt.py b/test/XiteQt.py index 65daf94e6..48c39e402 100644 --- a/test/XiteQt.py +++ b/test/XiteQt.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# Requires Python 2.7 or later import ctypes, os, sys, unittest diff --git a/test/XiteWin.py b/test/XiteWin.py index 78b023dbf..0dd9e4309 100644 --- a/test/XiteWin.py +++ b/test/XiteWin.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# Requires Python 2.7 or later from __future__ import with_statement from __future__ import unicode_literals diff --git a/test/simpleTests.py b/test/simpleTests.py index fead48b51..151ee33e8 100644 --- a/test/simpleTests.py +++ b/test/simpleTests.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# Requires Python 2.7 or later from __future__ import with_statement from __future__ import unicode_literals -- cgit v1.2.3