]> git.decadent.org.uk Git - dak.git/commitdiff
Add a missing import.
authorAnsgar Burchardt <ansgar@debian.org>
Sun, 22 Jan 2012 12:54:51 +0000 (12:54 +0000)
committerAnsgar Burchardt <ansgar@debian.org>
Sun, 22 Jan 2012 12:54:51 +0000 (12:54 +0000)
dak/generate_packages_sources2.py

index 86a321e7763b7801ee4e9c9e839a8f1b73a16537..e746019d0c970fc8723fc674403172496fc457c6 100755 (executable)
@@ -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)