forked from openkylin/platform_build
Merge "Add the missing 'import stat' line." into oc-dr1-dev
This commit is contained in:
commit
d43ab80c75
|
@ -102,6 +102,7 @@ import copy
|
|||
import errno
|
||||
import os
|
||||
import re
|
||||
import stat
|
||||
import subprocess
|
||||
import tempfile
|
||||
import zipfile
|
||||
|
|
Loading…
Reference in New Issue