From 149a37bdd37b40b0e0964446d9880afd69e80ae4 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Mon, 18 Aug 2014 12:24:32 +0000 Subject: [PATCH] buildmaster: add missing import --- .../buildmaster-configure/templates/taskotron.master.cfg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index 645d53f32d..5fecdd5ce0 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -233,6 +233,7 @@ from buildbot.status.mail import MailNotifier from buildbot.status.builder import Results import cgi +import re # http://docs.buildbot.net/current/manual/cfg-statustargets.html#mailnotifier def html_message_formatter(mode, name, build, results, master_status):