From dd4bdd714497fe775f9e0b71543e3d0906ac1fba Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 8 Jan 2022 10:40:38 +0200 Subject: [PATCH] Update devices.py --- NeoBoot/files/devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/devices.py b/NeoBoot/files/devices.py index 779ba29..f823c7f 100644 --- a/NeoBoot/files/devices.py +++ b/NeoBoot/files/devices.py @@ -30,7 +30,7 @@ from Screens.VirtualKeyBoard import VirtualKeyBoard import gettext import os from Plugins.Extensions.NeoBoot.files.stbbranding import getTunerModel, getCheckExt -if fileExists('/usr/lib/python3.8') or fileExists('/usr/lib/python3.9') : +if not fileExists('/usr/lib/python2.7'): getoutput = "os.system" else: from commands import getoutput