From 7422d1e04519d003376f29cc6695fb78e8210a6c Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Fri, 29 Apr 2022 21:33:28 +0300 Subject: [PATCH] ALBS-334: Make the ability of Pungi to give module_defaults from remote sources --- pungi/scripts/gather_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi/scripts/gather_modules.py b/pungi/scripts/gather_modules.py index ac0053b6..adcfeccb 100644 --- a/pungi/scripts/gather_modules.py +++ b/pungi/scripts/gather_modules.py @@ -13,7 +13,7 @@ import yaml import createrepo_c as cr from typing.io import BinaryIO -from pungi.scripts.create_packages_json import PackagesGenerator +from .create_packages_json import PackagesGenerator EMPTY_FILE = '.empty'