diff options
author | Neil <nyamatongwe@gmail.com> | 2014-01-01 13:17:09 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-01-01 13:17:09 +1100 |
commit | 57c4fc7317e8dffedba9c34a45cd475d69d2a1c5 (patch) | |
tree | 3abee7fee37fcf767c4bec30eb495c6d32e4087e /test/XiteQt.py | |
parent | 8f407852789a56e5bab697b643d079edf1fc524b (diff) | |
download | scintilla-mirror-57c4fc7317e8dffedba9c34a45cd475d69d2a1c5.tar.gz |
Specify minimum Python version for scripts.
Diffstat (limited to 'test/XiteQt.py')
-rw-r--r-- | test/XiteQt.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |