From: Ansgar Burchardt Date: Sat, 12 Oct 2013 10:54:25 +0000 (+0200) Subject: Import daklib.utils, not utils. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=42ec11423cea3ce1bf2a2f7bd3330ca199923613;hp=35b109fe6f42b6853809151e73be96909af7e3f7;p=dak.git Import daklib.utils, not utils. --- 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: