util: Remove unused imports from Python scripts.
authorVinson Lee <vlee@vmware.com>
Wed, 19 May 2010 13:53:49 +0000 (06:53 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 19 May 2010 13:53:49 +0000 (06:53 -0700)
src/gallium/auxiliary/util/u_format_pack.py
src/gallium/auxiliary/util/u_format_srgb.py

index 0c1bbc84c172a5dba89586dd06a74d7931b3eec3..6d0016c0ad8c60fc529d3fd6d8116e1ca5dc836d 100644 (file)
@@ -37,9 +37,6 @@
 '''
 
 
-import sys
-import math
-
 from u_format_parse import *
 
 
index a4c76dc00b3fdc0f51940dd31b11b3bc1b7ed943..3e8000f3687bd2f5145659b7325a3634a6f9b2e2 100644 (file)
@@ -39,7 +39,6 @@
 '''
 
 
-import sys
 import math