fix bug in how Mapping is imported
Created by: kevinkuns
Before python 3.3 it was in collections, after it's in collections.abc: https://docs.python.org/3/library/collections.abc.html
Created by: kevinkuns
Before python 3.3 it was in collections, after it's in collections.abc: https://docs.python.org/3/library/collections.abc.html