mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-30 10:55:47 +01:00
Add files via upload
This commit is contained in:
@@ -38,10 +38,13 @@ import os
|
|||||||
import time
|
import time
|
||||||
import sys
|
import sys
|
||||||
import struct, shutil
|
import struct, shutil
|
||||||
if fileExists('/etc/vtiversion.info') or fileExists('/usr/lib/python3.8') and fileExists('/.multinfo'):
|
if fileExists('/etc/vtiversion.info') or fileExists('/etc/bhversion') or fileExists('/usr/lib/python3.8') and fileExists('/.multinfo'):
|
||||||
from Screens.Console import Console
|
from Screens.Console import Console
|
||||||
else:
|
else:
|
||||||
|
try:
|
||||||
from Plugins.Extensions.NeoBoot.files.neoconsole import Console
|
from Plugins.Extensions.NeoBoot.files.neoconsole import Console
|
||||||
|
except:
|
||||||
|
from Screens.Console import Console
|
||||||
LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'
|
LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'
|
||||||
neoboot = getNeoLocation()
|
neoboot = getNeoLocation()
|
||||||
media = getNeoLocation()
|
media = getNeoLocation()
|
||||||
|
|||||||
Reference in New Issue
Block a user