]> git.decadent.org.uk Git - dak.git/blobdiff - dak/show_new.py
improve import-keyring output
[dak.git] / dak / show_new.py
index d6bd7ae16b87d10d9647191c9739c7e4a1d05840..674eca391917220e7c297db232c72520be8d2fc6 100755 (executable)
@@ -117,7 +117,7 @@ def do_pkg(changes_file):
         sys.stdout = open(os.path.join(Cnf["Show-New::HTMLPath"],htmlname),"w")
         html_header(changes["source"])
 
-        daklib.utils.check_valid(new)
+        daklib.queue.check_valid(new)
         examine_package.display_changes(Upload.pkg.changes_file)
 
         for pkg in new.keys():