diff options
author | Neil <nyamatongwe@gmail.com> | 2014-01-01 14:12:13 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-01-01 14:12:13 +1100 |
commit | 8b6ebbae56d30ac4bb155231a34d6e6452314aea (patch) | |
tree | 067c4799819b0533e94204df79c230264ff0b9de /test/lexTests.py | |
parent | 78079424209ff1d997e72b6b788dadb9e619ac30 (diff) | |
download | scintilla-mirror-8b6ebbae56d30ac4bb155231a34d6e6452314aea.tar.gz |
Specify minimum Python version for scripts.
Diffstat (limited to 'test/lexTests.py')
-rw-r--r-- | test/lexTests.py | 3 |
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 |