X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdbconn.py;h=c926ae3db6856785807a380a23c21e4846638041;hb=7546dff3f04e1d108837b762ee860bd6bba922c2;hp=9421b28f2a8d2de8f660c93865358172439477c8;hpb=9ed6fde4653fe17070892a6be3fccc755f9ca204;p=dak.git diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 9421b28f..c926ae3d 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -1414,7 +1414,8 @@ class Queue(object): session.add(qb) - exists, symlinked = utils.ensure_orig_files(changes, dest, session) + from utils import ensure_orig_files + exists, symlinked = ensure_orig_files(changes, dest, session) # Add symlinked files to the list of packages for later processing # by apt-ftparchive