From: Zac Medico Date: Thu, 17 Jul 2008 14:21:58 +0000 (-0000) Subject: Fix identation (tabnanny complains about this) branches/prefix r11110 X-Git-Tag: v2.2_rc2~57 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a5adc1fa0d1267dbba71de69de11c445817bb748;p=portage.git Fix identation (tabnanny complains about this) branches/prefix r11110 svn path=/main/trunk/; revision=11111 --- diff --git a/pym/portage/tests/process/test_poll.py b/pym/portage/tests/process/test_poll.py index 96749d567..4ab67674e 100644 --- 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