X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fexamine_package.py;h=ae3ec6c9c4e4b4f7f22d1468b4e859e9b6abe4f9;hb=741cba7779489b933fa4e66c22841aff22d3c247;hp=81191d257616963e492512d62aa94f2e44520f3c;hpb=9678ddd39550f29a651ca1065dc0b4444e16d636;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 ################################################################################