Skip to content

Commit

Permalink
Bugfix for Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Dec 11, 2015
1 parent c95e64d commit 22062d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/test_triage.py
Original file line number Diff line number Diff line change
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 22062d6

Please sign in to comment.