diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 17:34:50 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 17:34:50 -0500 |
commit | d62fbbcec0d4a5340eff8b0002c705df5666c1c5 (patch) | |
tree | 66e3a2d465a161ac3f9aab07019ac085340bbb54 /test/test_farm.py | |
parent | 12da359e95a2f4aa3df4afb714df5ba1b6450e0f (diff) | |
parent | 0fed6109aa32baf8b968dd11337e3841f054d2ba (diff) | |
download | python-coveragepy-git-d62fbbcec0d4a5340eff8b0002c705df5666c1c5.tar.gz |
Merged config changes to default. Let the 3.3 wild rumpus start!
Diffstat (limited to 'test/test_farm.py')
-rw-r--r-- | test/test_farm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_farm.py b/test/test_farm.py index de07541b..8f7d5712 100644 --- a/test/test_farm.py +++ b/test/test_farm.py @@ -3,7 +3,7 @@ import difflib, filecmp, fnmatch, glob, os, re, shutil, sys sys.path.insert(0, os.path.split(__file__)[0]) # Force relative import for Py3k -from backtest import run_command, execfile # pylint: disable-msg=W0622 +from backtest import run_command, execfile # pylint: disable-msg=W0622 def test_farm(clean_only=False): |