summaryrefslogtreecommitdiff
path: root/Lib/test/test_poll.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-23 17:22:08 +0000
committerFred Drake <fdrake@acm.org>2000-10-23 17:22:08 +0000
commitb08107ed6163cacac0d753a57572817d6c52bc6b (patch)
treed49e96454e4c21298afb6ca04f9ac83fdcdbec44 /Lib/test/test_poll.py
parent067c587d7dd3ed882fc983afd2ebb1b887d9bb04 (diff)
downloadcpython-b08107ed6163cacac0d753a57572817d6c52bc6b.tar.gz
Make reindent.py happy (convert everything to 4-space indents!).
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 82d8372be2..576e4ccb0f 100644
--- a/Lib/test/test_poll.py
+++ b/Lib/test/test_poll.py
@@ -1,5 +1,5 @@
# Test case for the os.poll() function
-
+
import sys, os, select, random
from test_support import verbose, TestSkipped, TESTFN