From 272389d3fa694fc82cff5e75e834bf85434b5c51 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 17 Jan 2020 07:46:34 +0200 Subject: [PATCH] update 8.12 --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 6ac8176..f282331 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -4,7 +4,7 @@ #neoboot modules from __init__ import _ -from Plugins.Extensions.NeoBoot.files.stbbranding import getLabelDisck, getINSTALLNeo, getNeoLocation, getLocationMultiboot, getNeoMount, getNeoMount2, getFSTAB, getFSTAB2, getKernelVersionString, getKernelImageVersion, getCPUtype, getCPUSoC, getImageNeoBoot, getBoxVuModel, getBoxHostName, getTunerModel +from Plugins.Extensions.NeoBoot.files.stbbranding import getLabelDisck, getINSTALLNeo, getNeoLocation, getLocationMultiboot, getNeoMount, getNeoMount2, getNeoMount3, getNeoMount4, getFSTAB, getFSTAB2, getKernelVersionString, getKernelImageVersion, getCPUtype, getCPUSoC, getImageNeoBoot, getBoxVuModel, getBoxHostName, getTunerModel from Plugins.Extensions.NeoBoot.files import Harddisk from Components.About import about from enigma import getDesktop