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. --- test/XiteWin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/XiteWin.py') diff --git a/test/XiteWin.py b/test/XiteWin.py index 398c9a525..158a2a83e 100644 --- a/test/XiteWin.py +++ b/test/XiteWin.py @@ -1,5 +1,6 @@ +#!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Requires Python 2.7 or later +# Requires Python 3.6 or later from __future__ import with_statement from __future__ import unicode_literals -- cgit v1.2.3