projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d76e5e
)
Use EventLoop, no SchedulerInterface if possible.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 10 Jan 2013 14:06:34 +0000
(06:06 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 10 Jan 2013 14:06:34 +0000
(06:06 -0800)
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index ba149b745d3506b3f63299d7c92aeec541c92756..be93e1fd72492c2247b17d066ab6ddb65bb45f7e 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-4746,8
+4746,8
@@
class dblink(object):
proc = SyncfsProcess(paths=paths,
scheduler=(self._scheduler or
- SchedulerInterface(portage._internal_caller and
-
global_event_loop() or EventLoop(main=False)
)))
+ portage._internal_caller and global_event_loop() or
+
EventLoop(main=False
)))
proc.start()
returncode = proc.wait()