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.
more_events
Jose M. Guisado 2023-04-18 10:51:57 +02:00
parent 04bb35bd86
commit 4c0904d8da
2 changed files with 1 additions and 1 deletions

View File

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