Module: Mesa Branch: master Commit: eb699c15750f6e927e666bdd0ef2b6d6aff8a1b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb699c15750f6e927e666bdd0ef2b6d6aff8a1b9
Author: Eric Engestrom <[email protected]> Date: Tue Apr 9 09:12:13 2019 +0100 bin: drop unused import from install_megadrivers.py Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> --- bin/install_megadrivers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/install_megadrivers.py b/bin/install_megadrivers.py index c9ab99a2833..31636f7244c 100644 --- a/bin/install_megadrivers.py +++ b/bin/install_megadrivers.py @@ -24,7 +24,6 @@ from __future__ import print_function import argparse import os -import shutil def main(): _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
