X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=daklib%2Fqueue.py;h=4061c05d5c6cfe83e7e083c98a2b0fd28ccced5c;hb=ba77095c326cc03fc5ab18423b874ff06e6fcdba;hp=09831f4d75a1f1280f6e58b99c232a37af0ff6d5;hpb=bd78bbf9170cc8ee2dda06a7f060fd3370fea2bd;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index 09831f4d..4061c05d 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -24,18 +24,12 @@ import cPickle, errno, os, pg, re, stat, sys, time import apt_inst, apt_pkg import utils, database from dak_exceptions import * +from regexes import re_default_answer, re_fdnic, re_bin_only_nmu from types import * ############################################################################### -re_isanum = re.compile (r"^\d+$") -re_default_answer = re.compile(r"\[(.*)\]") -re_fdnic = re.compile(r"\n\n") -re_bin_only_nmu = re.compile(r"\+b\d+$") - -################################################################################ - # Determine what parts in a .changes are NEW def determine_new(changes, files, projectB, warn=1):