From: Ansgar Burchardt Date: Sun, 22 Jan 2012 12:54:51 +0000 (+0000) Subject: Add a missing import. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d03ad070c4fd91fb9156931608321529e2d62fa0;p=dak Add a missing import. --- diff --git a/dak/generate_packages_sources2.py b/dak/generate_packages_sources2.py index 86a321e7..e746019d 100755 --- a/dak/generate_packages_sources2.py +++ b/dak/generate_packages_sources2.py @@ -360,6 +360,7 @@ def main(): for s in suites: if s.untouchable and not force: + import utils 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)