8000 Merge pull request #5662 from mdboom/test-triage-py2 · matplotlib/matplotlib@c679326 · GitHub
[go: up one dir, main page]

Skip to content

Commit c679326

Browse files
committed
Merge pull request #5662 from mdboom/test-triage-py2
Bugfix for test_triage tool on Python 2
2 parents f9216a6 + 22062d6 commit c679326

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
4391
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)
0