Modernize setup.py with unicode_literals et al.
Review Request #10139 — Created Sept. 7, 2018 and submitted — Latest diff uploaded
This patch updates our
setup.pyto be more modern, using
unicode_literalsandprint_function, as well as correcting the
ListNodeDependenciesCommand's option names.
- Ran
setup.py list_node_deps. - Ran
setup.py develop.