Searched refs:urllib2 (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/dev-tools/scripts/
H A DsmokeTestRelease.py25 import urllib2 namespace
109 for subUrl, text in reHREF.findall(urllib2.urlopen(urlString).read()):
120 fIn = urllib2.urlopen(urlString)
141 return urllib2.urlopen(urlString).read()
556 s = urllib2.urlopen('http://localhost:8983/solr/select/?q=video').read()

Completed in 12 milliseconds