~ubuntu-branches/ubuntu/trusty/libv8-3.14/trusty-proposed

« back to all changes in this revision

Viewing changes to tools/testrunner/local/execution.py

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-05-04 23:33:58 UTC
  • Revision ID: package-import@ubuntu.com-20130504233358-v43vs5am3a4j0tpe
Tags: 3.14.5.8-3
0001_kfreebsd.patch: fix tests runner in previous broken patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
27
 
28
28
 
29
 
import multiprocessing.dummy
 
29
import multiprocessing.dummy as multiprocessing
30
30
import os
31
31
import threading
32
32
import time