mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 12:25:46 +01:00
atv 7 task problem
This commit is contained in:
@@ -8,7 +8,7 @@ from Tools.CList import CList
|
|||||||
from Components.SystemInfo import SystemInfo
|
from Components.SystemInfo import SystemInfo
|
||||||
from Components.Console import Console
|
from Components.Console import Console
|
||||||
from Plugins.Extensions.NeoBoot.files import Task
|
from Plugins.Extensions.NeoBoot.files import Task
|
||||||
if fileExists('/usr/lib/python3.8'):
|
if fileExists('/usr/lib/python3.8') or fileExists('/usr/lib/python3.9'):
|
||||||
from Components import Task
|
from Components import Task
|
||||||
else:
|
else:
|
||||||
import Task
|
import Task
|
||||||
|
|||||||
Reference in New Issue
Block a user