Skip to content

Commit

Permalink
Put the MessageFormatter class in the plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoît Allard committed Oct 25, 2016
1 parent 7e91117 commit 4b085b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/setup.py
Expand Up @@ -299,13 +299,13 @@ def define_plugin_entries(groups):
]),
('buildbot.reporters', [
('buildbot.reporters.mail', ['MailNotifier']),
('buildbot.reporters.message', ['MessageFormatter']),
('buildbot.reporters.gerrit', ['GerritStatusPush']),
('buildbot.reporters.http', ['HttpStatusPush']),
('buildbot.reporters.github', ['GitHubStatusPush']),
('buildbot.reporters.stash', ['StashStatusPush']),
('buildbot.reporters.bitbucket', ['BitbucketStatusPush']),
('buildbot.reporters.irc', ['IRC']),

]),
('buildbot.util', [
# Connection seems to be a way too generic name, though
Expand Down

0 comments on commit 4b085b8

Please sign in to comment.