diff options
Diffstat (limited to 'tests/test_build_text.py')
-rw-r--r-- | tests/test_build_text.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_build_text.py b/tests/test_build_text.py index 41603d502..445e39db6 100644 --- a/tests/test_build_text.py +++ b/tests/test_build_text.py @@ -9,12 +9,10 @@ :license: BSD, see LICENSE for details. """ -from textwrap import dedent - from docutils.utils import column_width from sphinx.writers.text import MAXWIDTH -from util import * +from util import with_app def with_text_app(*args, **kw): |