Fix missing import.
Test: Verify that script runs properly now that import is present. Change-Id: I255bc6ca2ba1f2cc387001c6f4bf9690a90eb47c
This commit is contained in:
parent
d540f5a9a5
commit
540d91ae3f
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ import fnmatch
|
|||
import logging
|
||||
import os
|
||||
import shutil
|
||||
import subprocess
|
||||
import sys
|
||||
import zipfile
|
||||
|
||||
|
|
Loading…
Reference in a new issue