aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/lexTests.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-01-01 14:12:13 +1100
committerNeil <nyamatongwe@gmail.com>2014-01-01 14:12:13 +1100
commit8b6ebbae56d30ac4bb155231a34d6e6452314aea (patch)
tree067c4799819b0533e94204df79c230264ff0b9de /test/lexTests.py
parent78079424209ff1d997e72b6b788dadb9e619ac30 (diff)
downloadscintilla-mirror-8b6ebbae56d30ac4bb155231a34d6e6452314aea.tar.gz
Specify minimum Python version for scripts.
Diffstat (limited to 'test/lexTests.py')
-rw-r--r--test/lexTests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lexTests.py b/test/lexTests.py
index 4d5cde4ff..a53db7eb8 100644
--- a/test/lexTests.py
+++ b/test/lexTests.py
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
-
-from __future__ import with_statement
+# Requires Python 2.7 or later
import io, os, sys, unittest