[#64] py2 compatible open

This commit is contained in:
Sergey Motornyuk 2022-01-05 13:10:08 +02:00
parent b30f5c10c1
commit 4991ca7440
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import os
from io import open
from setuptools import setup, find_packages
HERE = os.path.dirname(__file__)