From c16dc29844747f1f04b30cfce3d8badecd07bdbe Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 17 Apr 2020 20:26:40 +1000 Subject: Update Python versions for files that may involve PySide on Linux which requires Python 2 still. On Windows, Python3 is used. --- qt/ScintillaEditPy/sepbuild.py | 1 + qt/ScintillaEditPy/testsepq.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'qt/ScintillaEditPy') diff --git a/qt/ScintillaEditPy/sepbuild.py b/qt/ScintillaEditPy/sepbuild.py index 3207e8242..6b67c1765 100644 --- a/qt/ScintillaEditPy/sepbuild.py +++ b/qt/ScintillaEditPy/sepbuild.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python2 import distutils.sysconfig import getopt import glob diff --git a/qt/ScintillaEditPy/testsepq.py b/qt/ScintillaEditPy/testsepq.py index 840562a11..26b05ef0a 100644 --- a/qt/ScintillaEditPy/testsepq.py +++ b/qt/ScintillaEditPy/testsepq.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- import sys -- cgit v1.2.3