diff --git a/.pick_status.json b/.pick_status.json index 948a8dc58f1..d2ab2bd05c6 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -7321,7 +7321,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():