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

Collapse All | Expand All

(-)a/mirrorselect/mirrorparser3.py (-2 / +1 lines)
Lines 60-66 class MirrorParser3: Link Here
60
							"region": mirrorgroup.get("region"),
60
							"region": mirrorgroup.get("region"),
61
							"ipv4": e.get("ipv4"),
61
							"ipv4": e.get("ipv4"),
62
							"ipv6": e.get("ipv6"),
62
							"ipv6": e.get("ipv6"),
63
							"proto": e.get("protocol"),
63
							"proto": e.get("protocol") or uri.split(":")[0],
64
							}
64
							}
65
65
66
	def tuples(self):
66
	def tuples(self):
67
- 

Return to bug 911183