Add a missing import

This commit is contained in:
Victor Zverovich 2020-11-08 05:55:49 -08:00
parent 959a9f5cad
commit 86bb7fe614

View File

@ -3,7 +3,7 @@
from __future__ import print_function
import errno, os, shutil, subprocess, sys, urllib
from subprocess import check_call, Popen, PIPE, STDOUT
from subprocess import call, check_call, Popen, PIPE, STDOUT
def rmtree_if_exists(dir):
try: