mirror of https://git.48k.eu/ogclient
live: fix image restore backtrace
import the missing function is_hibernation_enabled() into ogOperations.py to prevent a backtrace in each restore operation.master
parent
d29b601f17
commit
40e4545bb7
|
@ -27,7 +27,7 @@ from src.utils.postinstall import configure_os
|
|||
from src.utils.net import *
|
||||
from src.utils.menu import generate_menu
|
||||
from src.utils.fs import *
|
||||
from src.utils.probe import os_probe, get_cache_dev_path
|
||||
from src.utils.probe import *
|
||||
from src.utils.disk import *
|
||||
from src.utils.cache import *
|
||||
from src.utils.tiptorrent import *
|
||||
|
|
Loading…
Reference in New Issue