8 lines
129 B
Python
8 lines
129 B
Python
|
"""
|
||
|
Contains the logic to build and return the change sources for
|
||
|
the build master.
|
||
|
"""
|
||
|
|
||
|
def get_change_sources():
|
||
|
return []
|