Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 451326
Collapse All | Expand All

(-)a/pym/portage/util/_eventloop/EventLoop.py (+1 lines)
Lines 73-78 class EventLoop(object): Link Here
73
73
74
		self._poll_obj = None
74
		self._poll_obj = None
75
		try:
75
		try:
76
			raise AttributeError('epoll')
76
			select.epoll
77
			select.epoll
77
		except AttributeError:
78
		except AttributeError:
78
			pass
79
			pass

Return to bug 451326