summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-12-02 23:46:54 +0000
committerJelmer Vernooij <jelmer@samba.org>2014-12-02 23:46:54 +0000
commita7ea9e11a2e6626f1e5726a5e2a5ad514e86921e (patch)
tree9c5844680bac31c6ecb380dc49355856edd25dae /python
parentcc8b57e0627cc4cb37ed5d3f36cc2d5614d50b0d (diff)
downloadsubunit-git-a7ea9e11a2e6626f1e5726a5e2a5ad514e86921e.tar.gz
Remove unused import.
Diffstat (limited to 'python')
-rwxr-xr-xpython/subunit/run.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/subunit/run.py b/python/subunit/run.py
index 5bf1db2..e711dd6 100755
--- a/python/subunit/run.py
+++ b/python/subunit/run.py
@@ -25,7 +25,6 @@ import os
import sys
from testtools import ExtendedToStreamDecorator
-from testtools.testsuite import iterate_tests
from subunit import StreamResultToBytes, get_default_formatter
from subunit.test_results import AutoTimingTestResultDecorator