[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 14/50] queue: Add missing SQLA import



Signed-off-by: Frank Lichtenheld <djpig@debian.org>
---
 daklib/queue.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/daklib/queue.py b/daklib/queue.py
index e31f2bb..2b86d4c 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
 
-- 
1.6.3.3



Reply to: