Closed TechplexEngineer closed 8 years ago
Simple change to the code to allow it to work in python v3.5.
It seems that dict().keys() now returns a dict_keys object. http://stackoverflow.com/a/17322707
Python 2 continues to work.
Thank you, @TechplexEngineer! With your help I can now add 3.5 support to package description.
Simple change to the code to allow it to work in python v3.5.
It seems that dict().keys() now returns a dict_keys object. http://stackoverflow.com/a/17322707
Python 2 continues to work.