dropbox / nsot

Network Source of Truth is an open source IPAM and network inventory database
https://nsot.readthedocs.io
Other
398 stars 66 forks source link

[Python 3] Run python-modernize on all .py files #373

Closed ryanheffernan closed 4 years ago

ryanheffernan commented 4 years ago

Run python-modernize to fix any lingering py3 incompatibilities, and make a few more tweaks so that tests all pass in python2.

Note: Python3 tests are still not working, this just fixes the easy stuff. Hard stuff next.