Fixed open function with encoding in python 2.7

This commit is contained in:
Victor
2018-06-29 17:04:30 +02:00
parent 738933938a
commit a6636fddcd

View File

@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
import re
import os
from io import open
import six