From 25f05dc6c0ca3a12586f0a71411bf43d59629235 Mon Sep 17 00:00:00 2001 From: Damian Wrobel Date: Mon, 22 Aug 2022 22:38:11 +0200 Subject: [PATCH] Switch to python3 for fanuc_200f.py Also adds executable bit. Signed-off-by: Damian Wrobel --- lib/python/qtvcp/lib/qt_vismach/fanuc_200f.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 lib/python/qtvcp/lib/qt_vismach/fanuc_200f.py diff --git a/lib/python/qtvcp/lib/qt_vismach/fanuc_200f.py b/lib/python/qtvcp/lib/qt_vismach/fanuc_200f.py old mode 100644 new mode 100755 index 2146cc14e21..dc3f47f14bc --- a/lib/python/qtvcp/lib/qt_vismach/fanuc_200f.py +++ b/lib/python/qtvcp/lib/qt_vismach/fanuc_200f.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by