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

--HG--
extra : rebase_source : b80c2698e84b9744dbc7faeb2ce5654479f7b6d4
This commit is contained in:
Steve Fink 2012-02-28 17:15:26 -08:00
parent 4c2d3b949d
commit 07a9af4322

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