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 | c64f8a2c10db3fb9c023498d821d681f04ee2e7e (patch) | |
tree | 340de724a58def124a15597417a8756f5002e660 | |
parent | 57c4fc7317e8dffedba9c34a45cd475d69d2a1c5 (diff) | |
download | scintilla-mirror-c64f8a2c10db3fb9c023498d821d681f04ee2e7e.tar.gz |
Specify minimum Python version for scripts.
-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 |