]> git.decadent.org.uk Git - dak.git/commitdiff
add regex import
authorMark Hymers <mhy@debian.org>
Tue, 27 Oct 2009 19:34:28 +0000 (19:34 +0000)
committerMark Hymers <mhy@debian.org>
Tue, 27 Oct 2009 19:34:28 +0000 (19:34 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
daklib/dbconn.py

index abf0607441d634eeceb8601422e9c4a82dc7ff0b..850c10d8d0bffcfae4cc9fc87fc6462ff7225869 100755 (executable)
@@ -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