X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fgenerate_packages_sources2.py;h=3b58217a271df20671af2d9cf949cacbb097e64b;hb=f233816f296f6b03e9d5cb9b4617ec07c073b4ac;hp=2c69afce73c60108914a454ba197bd0ff921287c;hpb=d74d0da2671139d6f359a8f59c0b5f74808e5f1a;p=dak.git 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: