Commit Graph

2 Commits

Author SHA1 Message Date
Michal Hrušecký c40f6198a8
Fix Python 3 compatibility
In Python 3, dict.keys doesn't return a list, but a set-like object that represents a view of the dictionary's keys and doesn't support indexing. Formula therefor didn't worked with Python 3.
2020-08-26 23:50:03 +02:00
Chris Jones cb318a6e9f Initial commit 2014-09-09 14:09:16 -04:00