diff options
author | shimizukawa <shimizukawa@gmail.com> | 2017-05-07 16:46:44 +0900 |
---|---|---|
committer | shimizukawa <shimizukawa@gmail.com> | 2017-05-14 20:47:15 +0900 |
commit | d497d743700704b10dc081c2a7d3508282155526 (patch) | |
tree | 34a509c10d38aff04d657a630582a880c5089aab /tests/test_build_text.py | |
parent | 0512ebf2d45f5783755c3141754eac0f04755b9e (diff) | |
download | sphinx-git-d497d743700704b10dc081c2a7d3508282155526.tar.gz |
refs #3458: add sphinx.testing that are moved from /tests directory.
Diffstat (limited to 'tests/test_build_text.py')
-rw-r--r-- | tests/test_build_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_text.py b/tests/test_build_text.py index 6ce3b5276..1732b3187 100644 --- a/tests/test_build_text.py +++ b/tests/test_build_text.py @@ -12,7 +12,7 @@ from docutils.utils import column_width from sphinx.writers.text import MAXWIDTH -from util import with_app +from sphinx.testing.util import with_app def with_text_app(*args, **kw): |