From 8c35f3979c38bc8a29a22e7a61d33f87ff856124 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 2 May 2016 14:15:11 +0300 Subject: tests: Update for _io/_collections module having been renamed. --- tests/io/stringio1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/io/stringio1.py') diff --git a/tests/io/stringio1.py b/tests/io/stringio1.py index 22f561f299..a224c5b0c4 100644 --- a/tests/io/stringio1.py +++ b/tests/io/stringio1.py @@ -1,4 +1,4 @@ -import _io as io +import uio as io a = io.StringIO() print('io.StringIO' in repr(a)) -- cgit v1.2.3