diff --git a/.pick_status.json b/.pick_status.json index b0bcba44996..baf4fab45e2 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1588,7 +1588,7 @@ "description": "glsl/xxd.py: fix imports", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": "412472da5cb30b603e218b34893936cc70039ded" }, diff --git a/src/compiler/glsl/xxd.py b/src/compiler/glsl/xxd.py index f8f57d77121..23055ce0e48 100644 --- a/src/compiler/glsl/xxd.py +++ b/src/compiler/glsl/xxd.py @@ -25,8 +25,7 @@ from __future__ import unicode_literals import argparse import io -import string -import sys +import os def get_args():