X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcruft_report.py;h=6837ebf7cd2c8e22f82c32a0cd2b7c6408a7a5b7;hb=8e60420c69a993a4041c22008dafc2fcb238d0d5;hp=cc5aa4b8520d946341ff61703c2aceb70a66cb9e;hpb=e58b52c00c1a795054d48bbead5aedc5364bfec3;p=dak.git diff --git a/dak/cruft_report.py b/dak/cruft_report.py index cc5aa4b8..6837ebf7 100755 --- a/dak/cruft_report.py +++ b/dak/cruft_report.py @@ -29,8 +29,8 @@ import commands, pg, os, sys, time import apt_pkg -import daklib.database as database -import daklib.utils as utils +from daklib import database +from daklib import utils ################################################################################