Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 483232 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/mirrorselect/selectors.py
0
++ b/mirrorselect/selectors.py
Lines 38-44 Link Here
38
38
39
if int(sys.version[0]) == 3:
39
if int(sys.version[0]) == 3:
40
	import urllib.request, urllib.parse, urllib.error
40
	import urllib.request, urllib.parse, urllib.error
41
	url_parse = urllib.parse
41
	url_parse = urllib.parse.urlparse
42
	url_open = urllib.request.urlopen
42
	url_open = urllib.request.urlopen
43
else:
43
else:
44
	import urllib
44
	import urllib

Return to bug 483232