PyUtils: Enable flake8 checking and cleanup
Delete unused fileutils
, path
and merge_join
modules. Also delete pep8
and avn
alias. The pep8
script is superseded by flake8
. And the avn
alias was pointing to a non-existent script.
Delete unused printBreakDown
function, enable flake8 checking and make code compliant.