mirror of
https://github.com/saltstack-formulas/reverse-grains-formula.git
synced 2025-08-03 12:33:57 +02:00
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.