summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_format_srgb.py
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 /src/gallium/auxiliary/util/u_format_srgb.py
parent82049b95950cf164932242f375fc0922b1865f5e (diff)
util: Remove unused imports from Python scripts.
Diffstat (limited to 'src/gallium/auxiliary/util/u_format_srgb.py')
-rw-r--r--src/gallium/auxiliary/util/u_format_srgb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_format_srgb.py b/src/gallium/auxiliary/util/u_format_srgb.py
index a4c76dc00b..3e8000f368 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