[Piglit] [Patch V2 13/16] framework/shader_test.py: remove unused imports
Dylan Baker
baker.dylan.c at gmail.com
Thu Jan 23 09:05:46 PST 2014
Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
framework/shader_test.py | 5 -----
1 file changed, 5 deletions(-)
diff --git a/framework/shader_test.py b/framework/shader_test.py
index aebb5d7..6dbb80d 100755
--- a/framework/shader_test.py
+++ b/framework/shader_test.py
@@ -23,12 +23,7 @@
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
-try:
- import simplejson as json
-except ImportError:
- import json
import os
-import os.path
import os.path as path
import re
import sys
--
1.8.5.3
More information about the Piglit
mailing list