0
0
mirror of https://github.com/saltstack-formulas/reverse-grains-formula.git synced 2025-03-21 14:21:55 +01:00
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
..
2020-08-26 23:50:03 +02:00