From c2f370a781e6e16599bd389a18e1588980cd0352 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Tue, 27 Oct 2009 19:34:28 +0000 Subject: [PATCH] add regex import Signed-off-by: Mark Hymers --- daklib/dbconn.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daklib/dbconn.py b/daklib/dbconn.py index abf06074..850c10d8 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -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 -- 2.39.5