Use built-in open().

On Python 3, `open is io.open`.
This commit is contained in:
Aymeric Augustin
2019-12-22 18:26:42 +01:00
parent d6eaf4e6d2
commit 1c62e87b34
29 changed files with 0 additions and 29 deletions

View File

@@ -33,7 +33,6 @@ To create the package for pypi.
7. Copy the release notes from RELEASE.md to the tag in github once everything is looking hunky-dory.
"""
from io import open
from setuptools import find_packages, setup