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
Alejandro Sirgo Rica 2024-05-27 16:08:22 +02:00
parent 9a5e83ea1a
commit 34007857f6
2 changed files with 1 additions and 1 deletions

View File

@ -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 *