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):