#116 Port to python-munch
Merged by . Opened by pingou.
port_py_munch  into  master

Download 116.patch
no initial comment

:thumbsup: from me

Althoug, why don't use Munch instead of dict() from line 12 directly?
Is dict object used elsewhere?

Although, why don't use Munch instead of dict() from line 12 directly?
Is dict object used elsewhere?

The objects are then accessed within the flask application yes, directly as object instead of as dict (thanks to munch).

Thanks for the review!

Metadata