8 lines
141 B
Python
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 []
|