Skip to content

Commit b8028d4

Browse files
Fix install error on python 2.7
1 parent 6d20b6c commit b8028d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
python3-tk
99
"""
1010
import os
11+
from io import open
1112

1213
import pygubu
1314

0 commit comments

Comments
 (0)