diff --git a/pmb/helpers/test_devices.py b/test/helpers/test_devices.py similarity index 91% rename from pmb/helpers/test_devices.py rename to test/helpers/test_devices.py index 70601b89..3ce0ad4d 100644 --- a/pmb/helpers/test_devices.py +++ b/test/helpers/test_devices.py @@ -1,7 +1,7 @@ # Copyright 2025 Stefan Hansson # SPDX-License-Identifier: GPL-3.0-or-later -from .devices import DeviceCategory, get_device_category_by_apkbuild_path +from pmb.helpers.devices import DeviceCategory, get_device_category_by_apkbuild_path from pathlib import Path