提交 f51d2a84 编写于 作者: Y yaoxiaoyu

correct a typo

Signed-off-by: Nyaoxiaoyu <yaoxiaoyu1@huawei.com>
Change-Id: I165ffbb71a4b72b106a46fa749cab232ba4418ef
上级 ce85b337
......@@ -243,7 +243,7 @@ class OHOSException(Exception):
def download_tool(url, dst, tgt_dir=None):
requests = importlib('requests')
requests = importlib.import_module('requests')
try:
res = requests.get(url, stream=True, timeout=(5, 9))
except OSError:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册