X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fexamine_package.py;h=e87cc281e802e1dbeb554e4a51972f793bd2d358;hb=907deca03b25dc8ce65c89062ff3d7ca7a358976;hp=7abcb3190b736fc17ee85c3e32d29098c7a9eb31;hpb=e2ae71066cbb134753d7bfceb16e87d0b76dfd6e;p=dak.git diff --git a/dak/examine_package.py b/dak/examine_package.py index 7abcb319..e87cc281 100755 --- a/dak/examine_package.py +++ b/dak/examine_package.py @@ -32,10 +32,9 @@ ################################################################################ -import errno, os, re, sys -import utils +import errno, os, pg, re, sys import apt_pkg, apt_inst -import pg, database +import daklib.database, daklib.utils ################################################################################