Bug 733146: Add needed import to results.py, r=dmandelin

This commit is contained in:
David Mandelin 2012-03-06 18:54:42 -08:00
parent a2fdf1a4b6
commit 0e591d4ef6

View File

@ -1,4 +1,5 @@
import re
from subprocess import list2cmdline
class TestOutput:
"""Output from a test run."""