diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-05-27 16:08:22 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-05-30 17:22:23 +0200 |
commit | 34007857f6b96eca02c510a8a4d8fce6d37fa8df (patch) | |
tree | f46d720719a4076c07168cbcf67f6742b5aaacb2 | |
parent | 9a5e83ea1abfd8e22d8531d343ffd2c85d95b351 (diff) |
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.
-rw-r--r-- | src/live/ogOperations.py | 2 | ||||
-rw-r--r-- | src/utils/image.py (renamed from src/utils/legacy.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py index 485b4d7..04b4433 100644 --- a/src/live/ogOperations.py +++ b/src/live/ogOperations.py @@ -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 * diff --git a/src/utils/legacy.py b/src/utils/image.py index cdc79c9..cdc79c9 100644 --- a/src/utils/legacy.py +++ b/src/utils/image.py |