Skip to content

Commit

Permalink
Merge pull request #5662 from mdboom/test-triage-py2
Browse files Browse the repository at this point in the history
Bugfix for test_triage tool on Python 2
  • Loading branch information
tacaswell authored and jenshnielsen committed Dec 13, 2015
1 parent 053e1a8 commit 8576a07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/test_triage.py
Expand Up @@ -24,6 +24,8 @@
R: Reject test. Copy the expected result to the source tree.
"""

from __future__ import unicode_literals

import os
import shutil
import sys
Expand Down

0 comments on commit 8576a07

Please sign in to comment.