From 60dc648cc60664ceea9175d1647cc2bd6653d2fb Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 3 Dec 2021 18:58:50 +0200 Subject: [PATCH] Update devices.py --- NeoBoot/files/devices.py | 1 + 1 file changed, 1 insertion(+) diff --git a/NeoBoot/files/devices.py b/NeoBoot/files/devices.py index 066196f..a71850e 100644 --- a/NeoBoot/files/devices.py +++ b/NeoBoot/files/devices.py @@ -36,6 +36,7 @@ if fileExists('/usr/lib/python3.8') or fileExists('/usr/lib/python3.9') : else: from commands import getoutput LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot' +file = file class ManagerDevice(Screen):