cogu / autosar

A set of python modules for working with AUTOSAR XML files
MIT License
381 stars 165 forks source link

Updating usage of collections for future prof #43

Closed kallemooo closed 4 years ago

kallemooo commented 4 years ago

Changing to use collections.abc.Iterable or collections.abc.Mapping removes DeprecationWarning about using or importing the ABCs from 'collections'. Fixes #42

kallemooo commented 4 years ago

Unittests where executed after the change and they passed the tests.

cogu commented 4 years ago

This was already fixed on my feature branch a while back