Skip to content

Commit fca8829

Browse files
dmitrii-zagornyiGitHub Enterprise
authored andcommitted
Merge pull request #5 from SAT/tc_fixes
Fixed encoding error in open function for python27
2 parents b39c486 + 1a27a44 commit fca8829

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)