Lines Matching refs:src
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
105 src = None
108 src = urlopen(url)
114 if 3 <= int(src.getcode()/100) <= 5:
115 print "Error code: " + str(src.getcode())
119 filename = src.geturl().split('/')[-1]
125 src.close()
129 block = src.read()
134 src.close()