X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fsecurity_install.py;h=3aebedc1c587a8ee5aaad8271dbe7f781c76d5bf;hb=8e60420c69a993a4041c22008dafc2fcb238d0d5;hp=34efeb4c16b2a91d067020e8a53479419a016ee0;hpb=e58b52c00c1a795054d48bbead5aedc5364bfec3;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 ################################################################################