python/build/download: relative imports
This commit is contained in:
parent
5f253e66f6
commit
a56a709406
|
@ -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."""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue