提交 5affc5ef 编写于 作者: S Shinwell Hu

clean up warning

上级 b8d16f9f
......@@ -17,7 +17,7 @@ This is a packager bot for python modules from pypi.org
# Description: provide a tool to package python module automatically
# ******************************************************************************/
from urllib import request
import urllib
from pprint import pprint
from os import path
import json
......@@ -196,7 +196,7 @@ def get_pkg_json(pkg):
"""
url = url_template.format(pkg_name=pkg)
u = request.urlopen(url)
u = urllib.request.urlopen(url)
resp = json.loads(u.read().decode('utf-8'))
return resp
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册