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

(-)a/mirrorselect/selectors.py_backup (-1 / +1 lines)
Lines 329-335 class Deep(object): Link Here
329
		else:
329
		else:
330
			url = url + '/distfiles/mirrorselect-test'
330
			url = url + '/distfiles/mirrorselect-test'
331
331
332
		url_parts = url_parse(url)
332
		url_parts = url_parse.urlparse(url)
333
333
334
		class TimeoutException(Exception):
334
		class TimeoutException(Exception):
335
			pass
335
			pass

Return to bug 483232