python/build/download: relative imports
This commit is contained in:
@@ -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."""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user