Skip to content

Commit a6636fd

Browse files
author
Victor
committed
Fixed open function with encoding in python 2.7
1 parent 7389339 commit a6636fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/logging/test_reporting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- coding: utf-8 -*-
22
import re
33
import os
4+
from io import open
45

56
import six
67

0 commit comments

Comments
 (0)