X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fsecurity_install.py;h=3aebedc1c587a8ee5aaad8271dbe7f781c76d5bf;hb=e40836af9e5659de995169789d2165566a2a5c77;hp=cfae60a06cdbcb9a54ae00992b7b6aacef289a4d;hpb=ebc1d09520a503b50e5c51f3c04f7705f7817744;p=dak.git diff --git a/dak/security_install.py b/dak/security_install.py index cfae60a0..3aebedc1 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 +from daklib import 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)