marazt / object-mapper

ObjectMapper is a class for automatic object mapping in Python
MIT License
102 stars 27 forks source link

Fix type name inside mapper dict to avoid collision #17

Closed renanvieira closed 5 years ago

renanvieira commented 5 years ago

This PR addresses issue #16, allowing mapping between classes with the same name but in different namespaces.

Changes in exception messages: