summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_io.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_io.py')
-rw-r--r--Lib/test/test_io.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_io.py b/Lib/test/test_io.py
index 0d471d2..e757992 100644
--- a/Lib/test/test_io.py
+++ b/Lib/test/test_io.py
@@ -9,7 +9,7 @@ import array
import threading
import random
import unittest
-from itertools import chain, cycle
+from itertools import cycle, count
from test import test_support
import codecs