diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2023-04-18 10:51:57 +0200 |
---|---|---|
committer | Jose M. Guisado <jguisado@soleta.eu> | 2023-04-18 10:58:00 +0200 |
commit | 4c0904d8da3daf9dc1fc688e09ba4a21153d2ac9 (patch) | |
tree | 2475b74cbc0200ac8269a7d0ab7d8ebad02362c2 | |
parent | 04bb35bd86b58c0ac4d072cadeb49d0c3fc08d8a (diff) |
utils: rename inventory.py to sw_inventory.py
Rename software inventory file to sw_inventory to better distinguish
it from a future hardware inventory code.
In the future sw_inventory and hw_inventory might be merged together
once each file is tidied up.
-rw-r--r-- | src/live/ogOperations.py | 2 | ||||
-rw-r--r-- | src/utils/sw_inventory.py (renamed from src/utils/inventory.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py index 0e31cea..f11b221 100644 --- a/src/live/ogOperations.py +++ b/src/live/ogOperations.py @@ -30,7 +30,7 @@ from src.utils.probe import os_probe, cache_probe from src.utils.disk import * from src.utils.cache import generate_cache_txt, umount_cache, init_cache from src.utils.tiptorrent import * -from src.utils.inventory import get_package_set +from src.utils.sw_inventory import get_package_set OG_SHELL = '/bin/bash' diff --git a/src/utils/inventory.py b/src/utils/sw_inventory.py index 7f02c31..7f02c31 100644 --- a/src/utils/inventory.py +++ b/src/utils/sw_inventory.py |