Fix pylint unused-* warnings in webkitpy/tool.
This includes:
unused-variable
unused-argument
unused-import
In some cases, unused arguments are there for method because the argument is required by the superclass or may be used in subclasses; in these cases I added a pylint disable pragma comment.
BUG=
598897
Committed:
https://crrev.com/3621e6f24d746662472d3e14db605d4dbb66e7c5
Cr-Commit-Position: refs/heads/master@{#397636}