X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fregexes.py;h=6e00164ce1590051d41f157d20a4e864e8204428;hb=03a86547e5d9b209016cc0b23f825d3baea92f8c;hp=dd1c3dd8475da393e8188dd0490e368ae57bb4d2;hpb=e86a480016961c957ca425bf5219600089a92632;p=dak.git diff --git a/daklib/regexes.py b/daklib/regexes.py index dd1c3dd8..6e00164c 100644 --- a/daklib/regexes.py +++ b/daklib/regexes.py @@ -34,8 +34,6 @@ re_isanum = re.compile (r"^\d+$") #: Looking for the default reply re_default_answer = re.compile(r"\[(.*)\]") -#: Used in build_summaries to make changes output look better -re_fdnic = re.compile(r"\n\n") #: Detect a binnmu re_bin_only_nmu = re.compile(r"\+b\d+$")