Skip to content

Fix APEL ssmsend after Python3 conversion

Andrii Salnikov requested to merge andrii/arc:ssmsend-fix into master

After Python3 conversion modified APEL ssmsend script stopped working because of modules import failure. Failure caused mainly because of import was done in the bad way.

Module import was reworked and ssm python module was relocated to the convenient place (includes packaging fixes). SSM code also updated to the latest stable release (2.3.0)

Edited by Maiken

Merge request reports