python/build/download: relative imports

This commit is contained in:
Max Kellermann 2023-09-26 14:14:50 +02:00
parent 5f253e66f6
commit a56a709406
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
from build.verify import verify_file_digest
import os import os
import urllib.request import urllib.request
from .verify import verify_file_digest
def download_and_verify(url, md5, parent_path): def download_and_verify(url, md5, parent_path):
"""Download a file, verify its MD5 checksum and return the local path.""" """Download a file, verify its MD5 checksum and return the local path."""