summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-05-19 06:53:49 -0700
committerVinson Lee <vlee@vmware.com>2010-05-19 06:53:49 -0700
commitc85aa9990405a29759f54c07280d63db5643d1cd (patch)
tree0fd304aef04935cbc9c628ade650bba7ca312272
parent82049b95950cf164932242f375fc0922b1865f5e (diff)
util: Remove unused imports from Python scripts.
-rw-r--r--src/gallium/auxiliary/util/u_format_pack.py3
-rw-r--r--src/gallium/auxiliary/util/u_format_srgb.py1
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