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/xite.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/xite.py') diff --git a/test/xite.py b/test/xite.py index 399c79544..9a78dfed1 100644 --- a/test/xite.py +++ b/test/xite.py @@ -1,4 +1,6 @@ +#!/usr/bin/env python3 # -*- coding: utf-8 -*- +# Requires Python 3.6 or later import XiteWin -- cgit v1.2.3