reverse-grains-formula/grains
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
..
init.sls Fix Python 3 compatibility 2020-08-26 23:50:03 +02:00