Whitespace normalization.

This commit is contained in:
Tim Peters 2006-11-03 02:32:46 +00:00
parent be1bc3b63a
commit abd8a336a3
12 changed files with 21 additions and 21 deletions

View file

@ -21,7 +21,7 @@ class PollTests(unittest.TestCase):
def test_poll1(self):
# Basic functional test of poll object
# Create a bunch of pipe and test that poll works with them.
p = select.poll()
NUM_PIPES = 12