projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec376d2
)
Fix identation (tabnanny complains about this) branches/prefix r11110
author
Zac Medico
<zmedico@gentoo.org>
Thu, 17 Jul 2008 14:21:58 +0000
(14:21 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 17 Jul 2008 14:21:58 +0000
(14:21 -0000)
svn path=/main/trunk/; revision=11111
pym/portage/tests/process/test_poll.py
patch
|
blob
|
history
diff --git
a/pym/portage/tests/process/test_poll.py
b/pym/portage/tests/process/test_poll.py
index 96749d567924a11a4cc97284ebfe18e29521d9cf..4ab67674ee3a9d5448d7258ef3fa80638864446e 100644
(file)
--- a/
pym/portage/tests/process/test_poll.py
+++ b/
pym/portage/tests/process/test_poll.py
@@
-28,7
+28,7
@@
class PipeReaderTestCase(TestCase):
test_string = 2 * "blah blah blah\n"
master_fd, slave_fd = self._create_pipe()
- master_file = os.fdopen(master_fd, 'r')
+ master_file = os.fdopen(master_fd, 'r')
task_scheduler = TaskScheduler(max_jobs=2)
scheduler = task_scheduler.sched_iface