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/simpleTests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/simpleTests.py') diff --git a/test/simpleTests.py b/test/simpleTests.py index 7b4bfcaf2..6620968ad 100644 --- a/test/simpleTests.py +++ b/test/simpleTests.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Requires Python 2.7 or later -- cgit v1.2.3