Fully switch over to Python 3
authorBen Steffen <bds@mit.edu>
Mon, 25 Nov 2019 02:54:32 +0000 (21:54 -0500)
committerBen Steffen <bds@mit.edu>
Mon, 25 Nov 2019 05:27:55 +0000 (00:27 -0500)
commite03dcb10680d5900a1a5219ee385efecab2c7a81
tree93a99280534f87b90a8570291d9d6909108546ae
parent9c3f8966f46859d38a8934b1c96a40701c3d5671
Fully switch over to Python 3

Use #!/usr/bin/env python3 shebang
Remove verbosity argument and just use exceptions to display error conditions
Use subprocess.run instead of Popen to throw exceptions upon command failure
Use modern string formatting instead of %
Clean up formatting according to what pylint recommends
debian/changelog
debian/control
invirt-images