diff options
author | Vinson Lee <[email protected]> | 2010-05-19 06:53:49 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-05-19 06:53:49 -0700 |
commit | c85aa9990405a29759f54c07280d63db5643d1cd (patch) | |
tree | 0fd304aef04935cbc9c628ade650bba7ca312272 /src | |
parent | 82049b95950cf164932242f375fc0922b1865f5e (diff) |
util: Remove unused imports from Python scripts.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/util/u_format_pack.py | 3 | ||||
-rw-r--r-- | src/gallium/auxiliary/util/u_format_srgb.py | 1 |
2 files changed, 0 insertions, 4 deletions
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 |