X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fsecurity_install.py;h=3aebedc1c587a8ee5aaad8271dbe7f781c76d5bf;hb=2c92f33b772a51832d558bb8ab9112b35476c7fa;hp=34efeb4c16b2a91d067020e8a53479419a016ee0;hpb=1408d82381556c9e2b3eaa04412846c766a011db;p=dak.git diff --git a/dak/security_install.py b/dak/security_install.py index 34efeb4c..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 as queue +from daklib import queue import daklib.utils ################################################################################