Add missing python import to utility script

BUG=
R=lrn@google.com

Review URL: https://codereview.chromium.org//1226963005.
This commit is contained in:
William Hesse 2015-07-08 13:20:22 +02:00
parent 21b3463d81
commit 029d5c9f85

View file

@ -5,6 +5,7 @@
# BSD-style license that can be found in the LICENSE file.
#
import os
import shutil
import sys
import subprocess