Skip to content

Commit d5b590b

Browse files
authored
Update catfile_py3.py
1 parent 684c2b5 commit d5b590b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

catfile_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
from io import BytesIO, StringIO # noqa: F401 (kept for parity with original)
1717

18-
import pycatfile
18+
import pycatfile_py3 as pycatfile
1919

2020
# Text streams (as provided by Python)
2121
PY_STDIN_TEXT = sys.stdin

0 commit comments

Comments
 (0)