public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r11110 - main/branches/prefix/pym/portage/tests/process
@ 2008-07-17 14:09 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2008-07-17 14:09 UTC (permalink / raw
  To: gentoo-commits

Author: grobian
Date: 2008-07-17 14:09:19 +0000 (Thu, 17 Jul 2008)
New Revision: 11110

Modified:
   main/branches/prefix/pym/portage/tests/process/test_poll.py
Log:
Fix identation (tabnanny complains about this), should be merged into trunk

Modified: main/branches/prefix/pym/portage/tests/process/test_poll.py
===================================================================
--- main/branches/prefix/pym/portage/tests/process/test_poll.py	2008-07-17 14:06:14 UTC (rev 11109)
+++ main/branches/prefix/pym/portage/tests/process/test_poll.py	2008-07-17 14:09:19 UTC (rev 11110)
@@ -28,7 +28,7 @@
 		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

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-17 14:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-17 14:09 [gentoo-commits] portage r11110 - main/branches/prefix/pym/portage/tests/process Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox