diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-16 14:09:22 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-16 14:09:22 -0400 |
commit | 646119c714d1f00db7a48f6088a6f2df8dfd32b8 (patch) | |
tree | a4b1cd9cace915194738d37a4c51c4f1775db15e /test/test_arcs.py | |
parent | 6560c2e2519dfc6f662469db0ccc348095693e67 (diff) | |
download | python-coveragepy-git-646119c714d1f00db7a48f6088a6f2df8dfd32b8.tar.gz |
Tidying up
Diffstat (limited to 'test/test_arcs.py')
-rw-r--r-- | test/test_arcs.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/test_arcs.py b/test/test_arcs.py index d26f30b6..89b8921a 100644 --- a/test/test_arcs.py +++ b/test/test_arcs.py @@ -1,9 +1,6 @@ """Tests for Coverage.py's arc measurement.""" -import os, re, sys, textwrap - -import coverage -from coverage.backward import StringIO +import os, sys sys.path.insert(0, os.path.split(__file__)[0]) # Force relative import for Py3k from coveragetest import CoverageTest |