Version Added for new apply_spm_config function

This commit is contained in:
rallytime 2015-09-10 08:42:33 -06:00
parent 9612a6c7ad
commit 685fa911e7

View File

@ -3003,6 +3003,9 @@ def spm_config(path):
def apply_spm_config(overrides, defaults):
'''
Returns the spm configurations dict.
.. versionadded:: 2015.8.1
'''
opts = defaults.copy()
if overrides: