From 50db14fbd2a70af4654790de6d4b261c912dcb7d Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 9 Dec 2025 17:32:34 +0200 Subject: [PATCH] Update i_neo.py --- NeoBoot/files/i_neo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/files/i_neo.py b/NeoBoot/files/i_neo.py index 9ab8d70..7c34964 100644 --- a/NeoBoot/files/i_neo.py +++ b/NeoBoot/files/i_neo.py @@ -59,7 +59,7 @@ from enigma import eEPGCache, eEnv, eTimer, fbClass try: from Tools.HardwareInfo import HardwareInfo except : - from Plugins.Extensions.NeoBoot.files.tools import HardwareInfo + from Plugins.Extensions.NeoBoot.files import HardwareInfo try: from Tools.Multiboot import GetImagelist @@ -868,4 +868,4 @@ class DownloadImageNeo(Screen): else: return 0 - \ No newline at end of file +