The python module `imp` will be deprecated in favor of `importlib`. Dynamic loading [in scans.py](https://github.com/broadinstitute/cms/blob/3fbb697bada7f8f14d0b0976adc63d085188bd66/cms/scans.py#L555) should be updated to use `importlib`. Example usage: https://github.com/broadinstitute/catch/blob/1988290001031155fa607d642e9a63090c368452/catch/utils/dynamic_load.py
The python module
impwill be deprecated in favor ofimportlib. Dynamic loading in scans.py should be updated to useimportlib. Example usage:https://github.com/broadinstitute/catch/blob/1988290001031155fa607d642e9a63090c368452/catch/utils/dynamic_load.py