diff options
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_poll.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/test/test_poll.py b/Lib/test/test_poll.py index a06f56b..543dc6b 100644 --- a/Lib/test/test_poll.py +++ b/Lib/test/test_poll.py @@ -1,8 +1,7 @@ - # Test case for the os.poll() function import sys, os, select, random -from test.test_support import verbose, TestSkipped, TESTFN +from test_support import verbose, TestSkipped, TESTFN try: select.poll @@ -168,4 +167,3 @@ def test_poll2(): test_poll1() test_poll2() - |