Skip to content

Commit 8576a07

Browse files
tacaswelljenshnielsen
authored andcommitted
Merge pull request #5662 from mdboom/test-triage-py2
Bugfix for test_triage tool on Python 2
1 parent 053e1a8 commit 8576a07

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)