Merge "Add the missing 'import stat' line." into oc-dr1-dev

This commit is contained in:
Tao Bao 2017-07-12 22:18:18 +00:00 committed by Android (Google) Code Review
commit d43ab80c75
1 changed files with 1 additions and 0 deletions

View File

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