X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdbconn.py;h=56ff65aa9dc730cc1e9e40dcfd63fd649d4a2ff6;hb=97ac37bc77ac3e894ffd4097a277998ddb5e88e4;hp=abf0607441d634eeceb8601422e9c4a82dc7ff0b;hpb=883c0aba045a0818317795a5bb1aacad56e8775d;p=dak.git diff --git a/daklib/dbconn.py b/daklib/dbconn.py index abf06074..56ff65aa 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -39,7 +39,7 @@ import traceback from inspect import getargspec -from sqlalchemy import create_engine, Table, MetaData, select +from sqlalchemy import create_engine, Table, MetaData from sqlalchemy.orm import sessionmaker, mapper, relation # Don't remove this, we re-export the exceptions to scripts which import us @@ -1418,6 +1418,7 @@ class Queue(object): # them (if one doesn't already exist) for dsc_file in changes.dsc_files.keys(): # Skip all files except orig tarballs + from daklib.regexes import re_is_orig_source if not re_is_orig_source.match(dsc_file): continue # Skip orig files not identified in the pool