From be40d79edd88aabeff4077b58a3d8e6a0287bb2e Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 3 Dec 2021 19:21:14 +0200 Subject: [PATCH] Update devices.py --- NeoBoot/files/devices.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/NeoBoot/files/devices.py b/NeoBoot/files/devices.py index a71850e..d208f0a 100644 --- a/NeoBoot/files/devices.py +++ b/NeoBoot/files/devices.py @@ -36,8 +36,6 @@ 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): screenwidth = getDesktop(0).size().width()