diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-26 22:11:23 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-26 22:11:23 -0700 |
commit | 1f9f5f9a820f7251f04127b8ae90e910413759ce (patch) | |
tree | 73e903e581fb18cde001b44bb0392fd2168f9bb2 /tests | |
parent | 22fbe176f59f952c91a11e4190340443f4a318a1 (diff) |
build fixes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index e266fa81..3fd63574 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -12,7 +12,7 @@ will use 4 processes. To install nose do something like ''' from subprocess import Popen, PIPE, STDOUT -import os, unittest, tempfile, shutil, time, inspect, sys, math, glob, tempfile, re, json, difflib +import os, unittest, tempfile, shutil, time, inspect, sys, math, glob, tempfile, re, difflib # Setup |