vagrant/test/buildbot/buildbot_config/master/schedulers.py

8 lines
141 B
Python

"""
This module contains the logic which returns the set of
schedulers to use for the build master.
"""
def get_schedulers():
return []