util: Remove import of unused sys module.

This commit is contained in:
Vinson Lee 2010-02-25 17:52:48 -08:00
parent 44f78eb18e
commit 3e882e943c

View file

@ -30,9 +30,6 @@
'''
import sys
VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5)
SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W, SWIZZLE_0, SWIZZLE_1, SWIZZLE_NONE, = range(7)