Commit a56a7094 authored by Max Kellermann's avatar Max Kellermann

python/build/download: relative imports

parent 5f253e66
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."""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment