X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fsecurity_install.py;h=34efeb4c16b2a91d067020e8a53479419a016ee0;hb=0c3897b048c795b9684e6fdcab4e20123b610285;hp=cfae60a06cdbcb9a54ae00992b7b6aacef289a4d;hpb=ebc1d09520a503b50e5c51f3c04f7705f7817744;p=dak.git diff --git a/dak/security_install.py b/dak/security_install.py index cfae60a0..34efeb4c 100644 --- a/dak/security_install.py +++ b/dak/security_install.py @@ -32,7 +32,7 @@ import commands, os, pwd, re, sys, time import apt_pkg -import daklib.queue +import daklib.queue as queue import daklib.utils ################################################################################ @@ -280,7 +280,7 @@ def init(): arguments = apt_pkg.ParseCommandLine(Cnf,Arguments,sys.argv) Options = Cnf.SubTree("Security-Install::Options") - Upload = daklib.queue.Upload(Cnf) + Upload = queue.Upload(Cnf) if Options["Help"]: usage(0)