Skip to content

Commit 1a27a44

Browse files
Fixed encoding error in open function
1 parent b39c486 commit 1a27a44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mkl-service/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727

2828
from os.path import join, exists, dirname
29+
from io import open
2930

3031

3132
def configuration(parent_package='', top_path=None):

0 commit comments

Comments
 (0)