summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_poll.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-11-03 02:32:46 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-11-03 02:32:46 (GMT)
commitabd8a336a3ab390a2ea4b15a0ecd187e482001af (patch)
treeff6e8502e3fc60d51ee5309d6a01a7b8b6bd76dc /Lib/test/test_poll.py
parentbe1bc3b63a0a07af4b204519bb0decd9714ea8ba (diff)
downloadcpython-abd8a336a3ab390a2ea4b15a0ecd187e482001af.zip
cpython-abd8a336a3ab390a2ea4b15a0ecd187e482001af.tar.gz
cpython-abd8a336a3ab390a2ea4b15a0ecd187e482001af.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_poll.py')
-rw-r--r--Lib/test/test_poll.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_poll.py b/Lib/test/test_poll.py
index 944b991..60cd3f4 100644
--- a/Lib/test/test_poll.py
+++ b/Lib/test/test_poll.py
@@ -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