mirror of https://git.48k.eu/ogclient
src: rename legacy.py into image.py
legacy.py contais mostly functions related to system images. Rename the file to better represent the contents in it.master
parent
9a5e83ea1a
commit
34007857f6
|
@ -23,7 +23,7 @@ from src.ogRest import ThreadState
|
|||
from src.live.partcodes import GUID_MAP
|
||||
from src.live.parttypes import get_parttype
|
||||
|
||||
from src.utils.legacy import *
|
||||
from src.utils.image import *
|
||||
from src.utils.net import ethtool
|
||||
from src.utils.menu import generate_menu
|
||||
from src.utils.fs import *
|
||||
|
|
Loading…
Reference in New Issue