diff --git a/master/buildbot/plugins/__init__.py b/master/buildbot/plugins/__init__.py index 283b9d43e93..ace0d8175e2 100644 --- a/master/buildbot/plugins/__init__.py +++ b/master/buildbot/plugins/__init__.py @@ -22,6 +22,9 @@ from buildbot.interfaces import IChangeSource from buildbot.interfaces import IScheduler + +__all__ = ['changes', 'schedulers', 'buildslave'] + # Names here match the names of the corresponding Buildbot module, hence # 'changes', 'schedulers', but 'buildslave' changes = get_plugins('change_source', IChangeSource)