Bug 731450 - jstests.py needs to import subprocess.call. r=dmandelin

--HG--
extra : rebase_source : 307566ad1ad837dcd355440f378b755db3ae6afc
This commit is contained in:
Steve Fink 2012-02-28 17:15:26 -08:00
parent b293326077
commit f84e5eb138

View File

@ -3,7 +3,7 @@
# Test harness for JSTests, controlled by manifest files.
import datetime, os, sys
from subprocess import list2cmdline
from subprocess import list2cmdline, call
from results import NullTestOutput
from tests import TestCase