Add the missing 'import stat' line.

Accidentally broken by the cherry-pick in commit
f829b40c48 - the original CL in oc-dev
doesn't require the 'import stat' line.

Bug: 63629728
Test: `pylint --rcfile=pylintrc sign_target_files_apks.py`
Test: Successfully sign a build with sign_target_files_apks.py.
Change-Id: I94be613fb2219597148c4339ac33fc93d0cdae47
This commit is contained in:
Tao Bao
2017-07-12 11:57:05 -07:00
parent 48ae05ea77
commit 9fdd00f682

View File

@@ -102,6 +102,7 @@ import copy
import errno
import os
import re
import stat
import subprocess
import tempfile
import zipfile