aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/lexTests.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-04-17 20:26:40 +1000
committerNeil <nyamatongwe@gmail.com>2020-04-17 20:26:40 +1000
commitc16dc29844747f1f04b30cfce3d8badecd07bdbe (patch)
treec91d195658505bc682d9fe3dd8c98f2e62d05048 /test/lexTests.py
parentdf5f7a0c831a77b4c981e168a5dbbdcaaa4d90b9 (diff)
downloadscintilla-mirror-c16dc29844747f1f04b30cfce3d8badecd07bdbe.tar.gz
Update Python versions for files that may involve PySide on Linux which requires
Python 2 still. On Windows, Python3 is used.
Diffstat (limited to 'test/lexTests.py')
-rw-r--r--test/lexTests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lexTests.py b/test/lexTests.py
index 46e4eb4fb..eedfbe0ad 100644
--- a/test/lexTests.py
+++ b/test/lexTests.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Requires Python 2.7 or later