Fix python warnings: Use collections.abc instead collections
Fix python warnings: Use collections.abc instead collections
Since python 3.3, collections has been moved to collections.abc module. For backwards compatibility, they continue to be visible in this module through Python 3.7. Subsequently, they will be removed entirely.
Edited by Javier Jardón