Skip to content

Fix issue #3

Matias Guijarro requested to merge fix_issue_#3 into master

Attempt to fix issue #3 (closed) by using Python's standard OrderedDict instead of ruamel.ordereddict. try...except added for Python 2.6, in case of Python 2.6 the recommended module is Raymond Hettinger's ordereddict.

Merge request reports