rename abid_utils to base_models

This commit is contained in:
Nick Sweeting
2024-11-18 19:40:05 -08:00
parent 0db6437c4e
commit 569081a9eb
38 changed files with 80 additions and 90 deletions

View File

@@ -12,7 +12,7 @@ import abx
import archivebox
from abx_pkg import Binary, BinProvider
from archivebox.abid_utils.models import ABIDModel, ABIDField, AutoDateTimeField, ModelWithHealthStats
from archivebox.base_models.models import ABIDModel, ABIDField, AutoDateTimeField, ModelWithHealthStats
from .detect import get_host_guid, get_os_info, get_vm_info, get_host_network, get_host_stats