Home | History | Annotate | Download | only in tools

Lines Matching refs:urlopen

172       handle = urllib.urlopen(url)
257 handle = urllib.urlopen(OFFICIAL_BASE_URL)
269 connection = urllib.urlopen(path)
646 url = urllib.urlopen(DEPS_FILE % rev)
661 url = urllib.urlopen(file_url)
692 return int(urllib.urlopen(url).read())