From: Vinson Lee Date: Wed, 19 May 2010 13:53:49 +0000 (-0700) Subject: util: Remove unused imports from Python scripts. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c85aa9990405a29759f54c07280d63db5643d1cd;p=mesa.git util: Remove unused imports from Python scripts. --- diff --git a/src/gallium/auxiliary/util/u_format_pack.py b/src/gallium/auxiliary/util/u_format_pack.py index 0c1bbc84c17..6d0016c0ad8 100644 --- a/src/gallium/auxiliary/util/u_format_pack.py +++ b/src/gallium/auxiliary/util/u_format_pack.py @@ -37,9 +37,6 @@ ''' -import sys -import math - from u_format_parse import * diff --git a/src/gallium/auxiliary/util/u_format_srgb.py b/src/gallium/auxiliary/util/u_format_srgb.py index a4c76dc00b3..3e8000f3687 100644 --- a/src/gallium/auxiliary/util/u_format_srgb.py +++ b/src/gallium/auxiliary/util/u_format_srgb.py @@ -39,7 +39,6 @@ ''' -import sys import math