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
1 changed files with 1 additions and 0 deletions

View File

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