X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdbconn.py;h=eee5cfc2f82e9718b62387eace4eaf4dd39d0629;hb=4d95e00f8cb7e56adec4675211b5c1828f05e367;hp=9421b28f2a8d2de8f660c93865358172439477c8;hpb=9ed6fde4653fe17070892a6be3fccc755f9ca204;p=dak.git diff --git a/daklib/dbconn.py b/daklib/dbconn.py index 9421b28f..eee5cfc2 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -51,6 +51,7 @@ from sqlalchemy.orm.exc import NoResultFound from config import Config from singleton import Singleton from textutils import fix_maintainer +from utils import ensure_orig_files ################################################################################ @@ -1414,7 +1415,7 @@ class Queue(object): session.add(qb) - exists, symlinked = utils.ensure_orig_files(changes, dest, session) + exists, symlinked = ensure_orig_files(changes, dest, session) # Add symlinked files to the list of packages for later processing # by apt-ftparchive