marazt / object-mapper

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

Import casedict fail in object_mapper.py #7

Closed washad closed 7 years ago

washad commented 7 years ago

in objectmapper.py, I had to change the import to the following for it to work without error. from mapper.casedict import CaseDict_

I'm running python 3.5 -- otherwise it seems to work for me. Nice library, thanks.

marazt commented 7 years ago

It should be already fixed by another commit.