miron0xff / vyatta-conf-parser

Config parser for Vyatta/VyOS
MIT License
20 stars 11 forks source link

Allow tests to pass in python 3. #4

Closed TechplexEngineer closed 8 years ago

TechplexEngineer commented 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.

miron0xff commented 8 years ago

Thank you, @TechplexEngineer! With your help I can now add 3.5 support to package description.