X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcruft_report.py;h=6837ebf7cd2c8e22f82c32a0cd2b7c6408a7a5b7;hb=bd0360e12cf6f7e1bf662e87e1f4a0be7c4ba8f7;hp=cc5aa4b8520d946341ff61703c2aceb70a66cb9e;hpb=2488db57e22feb39b77169c8bd5982932270d27a;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 ################################################################################