Module: Mesa
Branch: master
Commit: c85aa9990405a29759f54c07280d63db5643d1cd
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c85aa9990405a29759f54c07280d63db5643d1cd

Author: Vinson Lee <[email protected]>
Date:   Wed May 19 06:53:49 2010 -0700

util: Remove unused imports from Python scripts.

---

 src/gallium/auxiliary/util/u_format_pack.py |    3 ---
 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 0c1bbc8..6d0016c 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 a4c76dc..3e8000f 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
 
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to