projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28ae573
)
EventLoop: fix _io_handler_class "f" attribute
author
Zac Medico
<zmedico@gentoo.org>
Fri, 17 Feb 2012 22:16:59 +0000
(14:16 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 17 Feb 2012 22:16:59 +0000
(14:16 -0800)
pym/portage/util/_eventloop/EventLoop.py
patch
|
blob
|
history
diff --git
a/pym/portage/util/_eventloop/EventLoop.py
b/pym/portage/util/_eventloop/EventLoop.py
index 475a4a9c6365749554cba1db5975d76433dfc8a0..9e4ac28a250e2395812e5355d8a57a68e4ae182d 100644
(file)
--- 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", "f
d
", "source_id")
+ __slots__ = ("args", "callback", "f", "source_id")
class _timeout_handler_class(SlotObject):
__slots__ = ("args", "function", "calling", "interval", "source_id",