From 42ec11423cea3ce1bf2a2f7bd3330ca199923613 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sat, 12 Oct 2013 12:54:25 +0200 Subject: [PATCH] Import daklib.utils, not utils. --- dak/generate_packages_sources2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dak/generate_packages_sources2.py b/dak/generate_packages_sources2.py index 2c69afce..3b58217a 100755 --- a/dak/generate_packages_sources2.py +++ b/dak/generate_packages_sources2.py @@ -378,8 +378,8 @@ def main(): for s in suites: component_ids = [ c.component_id for c in s.components ] if s.untouchable and not force: - import utils - utils.fubar("Refusing to touch %s (untouchable and not forced)" % s.suite_name) + import daklib.utils + daklib.utils.fubar("Refusing to touch %s (untouchable and not forced)" % s.suite_name) for c in component_ids: pool.apply_async(generate_sources, [s.suite_id, c], callback=parse_results) if not s.include_long_description: -- 2.39.2