From: Joerg Jaspert Date: Sun, 30 Dec 2007 22:01:33 +0000 (+0100) Subject: s/utils/queue/ X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=8ec7145db27b5033258ef194019add03b7bbb134;p=dak.git s/utils/queue/ --- diff --git a/dak/process_new.py b/dak/process_new.py index 69cd8368..535121f5 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -256,7 +256,7 @@ class Priority_Completer: ################################################################################ def print_new (new, indexed, file=sys.stdout): - daklib.utils.check_valid(new) + daklib.queue.check_valid(new) broken = 0 index = 0 for pkg in new.keys():