From: Frank Lichtenheld Date: Fri, 30 Oct 2009 16:59:42 +0000 (+0000) Subject: queue: Add missing SQLA import X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=df4d04268ed10e33bb600e68e65e6763f522e669;p=dak.git queue: Add missing SQLA import Signed-off-by: Frank Lichtenheld --- diff --git a/daklib/queue.py b/daklib/queue.py index e31f2bbd..2b86d4cc 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -38,6 +38,7 @@ import commands import shutil import textwrap from types import * +from sqlalchemy.sql.expression import desc import yaml