diff --git a/python/build/download.py b/python/build/download.py index 9cc710c8f..3cc491e11 100644 --- a/python/build/download.py +++ b/python/build/download.py @@ -1,7 +1,8 @@ -from build.verify import verify_file_digest import os import urllib.request +from .verify import verify_file_digest + def download_and_verify(url, md5, parent_path): """Download a file, verify its MD5 checksum and return the local path."""