[151779] contrib/buildbot-test/master.cfg

mojca at macports.org mojca at macports.org
Sun Aug 21 15:54:30 PDT 2016


Revision: 151779
          https://trac.macports.org/changeset/151779
Author:   mojca at macports.org
Date:     2016-08-21 15:54:29 -0700 (Sun, 21 Aug 2016)
Log Message:
-----------
buildbot: add the missing import after moving a class

Modified Paths:
--------------
    contrib/buildbot-test/master.cfg

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-08-21 22:53:30 UTC (rev 151778)
+++ contrib/buildbot-test/master.cfg	2016-08-21 22:54:29 UTC (rev 151779)
@@ -505,6 +505,7 @@
 #
 import subprocess
 from twisted.internet import defer
+from buildbot.status.mail import MailNotifier
 # notifier that sends mail to last committers and maintainers of failed ports
 class PortsMailNotifier(MailNotifier):
     # would make more sense to override getInterestedUsers() in BuildStatus,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160821/dc54c9a8/attachment.html>


More information about the macports-changes mailing list