From d6081e461bc6d14fb8d63e6346fdfda7fc0cc188 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 17 Feb 2012 14:16:59 -0800 Subject: EventLoop: fix _io_handler_class "f" attribute --- pym/portage/util/_eventloop/EventLoop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/util/_eventloop/EventLoop.py b/pym/portage/util/_eventloop/EventLoop.py index 475a4a9c6..9e4ac28a2 100644 --- a/pym/portage/util/_eventloop/EventLoop.py +++ b/pym/portage/util/_eventloop/EventLoop.py @@ -30,7 +30,7 @@ class EventLoop(object): __slots__ = ("args", "callback", "calling", "source_id") class _io_handler_class(SlotObject): - __slots__ = ("args", "callback", "fd", "source_id") + __slots__ = ("args", "callback", "f", "source_id") class _timeout_handler_class(SlotObject): __slots__ = ("args", "function", "calling", "interval", "source_id", -- cgit v1.2.3-1-g7c22