thegetty / crom

Python library to make creation of CIDOC CRM easier by mapping classes/predicates to python objects
Apache License 2.0
49 stars 16 forks source link

Fix key ordering #154

Closed azaroth42 closed 4 years ago

azaroth42 commented 4 years ago

Noticed that keys were in a slightly weird order ... and turns out that the default order is pretty good ... so good that I hadn't clocked it wasn't being processed at all after the first few.

This patch fixes the processing and updates a bunch of key positioning