ornj / hypernova-python

Python client for Hypernova https://github.com/airbnb/hypernova
MIT License
11 stars 2 forks source link

Fix issue with dev-plugin not working in python 3.5+ #11

Closed marteinn closed 4 years ago

marteinn commented 4 years ago

I noticed that you missed replacing iteritems with items in the dev-plugin (I did the same when I migrated the library in my older fork). This PR adds a regression test along with a fix.