From 78079424209ff1d997e72b6b788dadb9e619ac30 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/XiteWin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/XiteWin.py') 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 -- cgit v1.2.3