mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix open(,encoding=) under python2
Use open in io for encoding under python2
This commit is contained in:
parent
a07338e303
commit
7a026f548c
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
from os import walk
|
||||
from os.path import join, relpath
|
||||
from io import open
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue