Skip to content

Commit 513663f

Browse files
authored
Update build_exe.py
1 parent 6ae32ab commit 513663f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pdf_tools/build_exe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import subprocess
77
import sys
88
import shutil
9+
import io
910

1011
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8')
1112

0 commit comments

Comments
 (0)