[Piglit] Cleanup code
Dylan Baker
baker.dylan.c at gmail.com
Thu Jan 16 22:19:50 PST 2014
This series accomplishes 3 basic things:
1) It removes all of the imports that are unused
2) It replaces implicit relative imports with explicit ones, either
using the relative import status "from .<modules> import ..." or by
using absolute imports
3) the last patch removes a couple of dead methods in core.py, these were
spotted by the vulture tool (a dead code detector for python), as
unused.
More information about the Piglit
mailing list