Skip to content

Commit 6fb6fcd

Browse files
committed
util -> utils
1 parent 08727a3 commit 6fb6fcd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Lib/test/test_io/test_general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import_helper, is_apple, os_helper, threading_helper, warnings_helper,
2828
)
2929
from test.support.os_helper import FakePath
30-
from .util import byteslike, CTestCase, PyTestCase
30+
from .utils import byteslike, CTestCase, PyTestCase
3131

3232
import codecs
3333
import io # C implementation of io
File renamed without changes.

0 commit comments

Comments
 (0)