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

8 lines
129 B
Python

"""
Contains the logic to build and return the change sources for
the build master.
"""
def get_change_sources():
return []