Bugfix for test_triage tool on Python 2 #5662

Merged
merged 1 commit into from Dec 13, 2015
Jump to file
+2 −0
Split
View
@@ -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