Skip to content

Commit 962d2dd

Browse files
authored
Fix for Py2.
1 parent 92c9be3 commit 962d2dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from setuptools import setup, find_packages, os
2+
from io import open
23

34
# Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error
45
# in multiprocessing/util.py _exit_function when running `python

0 commit comments

Comments
 (0)