flake8
passed.
JSHint
passed.
Review Request #9660 — Created Feb. 17, 2018 and submitted
We have a few cases where we print content to the console using the
print()
calls, as needed on Python 3.
Tested that packaging worked on Python 2.7. We're not ready to test
this on Python 3 yet (butsetup.py
did not immediately blow up).