summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lange <jml@mumak.net>2016-01-09 16:35:28 +0000
committerJonathan Lange <jml@mumak.net>2016-01-09 16:35:28 +0000
commit336f16ada2fdba5965975d97bc304f29d88308b4 (patch)
tree4875addc67115b04c2600062b96c0a5da1e4a7f2
parentb4111e4c8463df44f67b684798fdf44c397b5540 (diff)
downloadtesttools-336f16ada2fdba5965975d97bc304f29d88308b4.tar.gz
Import extract_result from correct location
-rw-r--r--testtools/deferredruntest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/deferredruntest.py b/testtools/deferredruntest.py
index 5de4890..3cffb71 100644
--- a/testtools/deferredruntest.py
+++ b/testtools/deferredruntest.py
@@ -31,8 +31,8 @@ import sys
from testtools.compat import StringIO
from testtools.content import text_content
from testtools.runtest import RunTest, _raise_force_fail_error
-from testtools._deferred import extract_result
from testtools._spinner import (
+ extract_result,
NoResultError,
Spinner,
TimeoutError,