Skip to content

Commit

Permalink
io.open has 'encoding' argument for Python 2.7 #71
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts authored Sep 11, 2018
1 parent 025ee4c commit 4446795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from os import path
from io import open
from setuptools import setup, find_packages

this_directory = path.abspath(path.dirname(__file__))
Expand Down

0 comments on commit 4446795

Please sign in to comment.