X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fexamine_package.py;h=ae3ec6c9c4e4b4f7f22d1468b4e859e9b6abe4f9;hb=8e60420c69a993a4041c22008dafc2fcb238d0d5;hp=81191d257616963e492512d62aa94f2e44520f3c;hpb=e58b52c00c1a795054d48bbead5aedc5364bfec3;p=dak.git diff --git a/dak/examine_package.py b/dak/examine_package.py index 81191d25..ae3ec6c9 100755 --- a/dak/examine_package.py +++ b/dak/examine_package.py @@ -34,8 +34,8 @@ import errno, os, pg, re, sys, md5 import apt_pkg, apt_inst -import daklib.database as database -import daklib.utils as utils +from daklib import database +from daklib import utils ################################################################################