Skip to content

Commit 2855dc5

Browse files
authored
Update archivefile_py3.py
1 parent 8d853fd commit 2855dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archivefile_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 pyarchivefile
18+
import pyarchivefile_py3 as pyarchivefile
1919

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

0 commit comments

Comments
 (0)