X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_new.py;h=535121f5434281333df5af3d7ecba53a0acae35a;hb=8ec7145db27b5033258ef194019add03b7bbb134;hp=9ffbd6704ec7ad66099df473b5267979d232750e;hpb=f56058049885c86071f354d70d69959de8a4cd53;p=dak.git diff --git a/dak/process_new.py b/dak/process_new.py index 9ffbd670..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(): @@ -621,7 +621,7 @@ def do_new(): done = 0 while not done: # Find out what's new - new = daklib.utils.determine_new(changes, files, projectB) + new = daklib.queue.determine_new(changes, files, projectB) if not new: break