From 3954a8d150af92330888f73aa096cbeef55ce1df Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 23 Mar 2022 12:42:44 +0200 Subject: [PATCH] Update vu4Krun.py --- NeoBoot/tmpfiles/runpy/vu4Krun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/tmpfiles/runpy/vu4Krun.py b/NeoBoot/tmpfiles/runpy/vu4Krun.py index a64405f..7f2e295 100644 --- a/NeoBoot/tmpfiles/runpy/vu4Krun.py +++ b/NeoBoot/tmpfiles/runpy/vu4Krun.py @@ -3,7 +3,7 @@ #from __init__ import _ from Plugins.Extensions.NeoBoot.__init__ import _ #from __future__ import print_function -from Plugins.Extensions.NeoBoot.files.stbbranding import getNeoLocation, getCPUtype, getCPUSoC, getImageNeoBoot, getBoxVuModel, getBoxHostName, getNeoMount, getNeoMount2, getNeoMount3, getNeoMount4, getNeoMount5, getMountPointNeo2 +from Plugins.Extensions.NeoBoot.files.stbbranding import getNeoLocation, getCPUtype, getCPUSoC, getImageNeoBoot, getBoxVuModel, getBoxHostName, getLabelDisck, getNeoMount, getNeoMount2, getNeoMount3, getNeoMount4, getNeoMount5, getMountPointNeo2 from enigma import getDesktop from enigma import eTimer from Screens.Screen import Screen