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):