summaryrefslogtreecommitdiff
path: root/selftest/filter-subunit
diff options
context:
space:
mode:
Diffstat (limited to 'selftest/filter-subunit')
-rwxr-xr-xselftest/filter-subunit3
1 files changed, 2 insertions, 1 deletions
diff --git a/selftest/filter-subunit b/selftest/filter-subunit
index 41d92c97e8..605a89840a 100755
--- a/selftest/filter-subunit
+++ b/selftest/filter-subunit
@@ -5,13 +5,14 @@
import optparse
import os
-import subunithelper
import sys
import signal
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../lib/subunit/python"))
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../lib/testtools"))
+import subunithelper
+
parser = optparse.OptionParser("filter-subunit [options] < instream > outstream")
parser.add_option("--expected-failures", type="string",
help="File containing list of regexes matching tests to consider known "