2011-11-12 10:20:07 -08:00

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 []