Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22062d6

Browse files
committed
Bugfix for Python 2
1 parent c95e64d commit 22062d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/test_triage.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
R: Reject test. Copy the expected result to the source tree.
2525
"""
2626

27+
from __future__ import unicode_literals
28+
2729
import os
2830
import shutil
2931
import sys

0 commit comments

Comments
 (0)