diff options
| author | Jonathan Lange <jml@mumak.net> | 2016-01-09 16:35:28 +0000 |
|---|---|---|
| committer | Jonathan Lange <jml@mumak.net> | 2016-01-09 16:35:28 +0000 |
| commit | 336f16ada2fdba5965975d97bc304f29d88308b4 (patch) | |
| tree | 4875addc67115b04c2600062b96c0a5da1e4a7f2 | |
| parent | b4111e4c8463df44f67b684798fdf44c397b5540 (diff) | |
| download | testtools-336f16ada2fdba5965975d97bc304f29d88308b4.tar.gz | |
Import extract_result from correct location
| -rw-r--r-- | testtools/deferredruntest.py | 2 |
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, |
