summaryrefslogtreecommitdiff
path: root/tests/test_build_texinfo.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-04-01 11:39:32 +0200
committerGeorg Brandl <georg@python.org>2013-04-01 11:39:32 +0200
commit1f56d98b998bcc0b5eb0b3bf375789fc1a42bcfb (patch)
treeb3fd18795328347c142bb1adaa56ee00b0690e61 /tests/test_build_texinfo.py
parent031582c0b85de68dbcaf2cf9377c513deee1d0be (diff)
downloadsphinx-1f56d98b998bcc0b5eb0b3bf375789fc1a42bcfb.tar.gz
tests: replace "from util import *" by explicit imports
Diffstat (limited to 'tests/test_build_texinfo.py')
-rw-r--r--tests/test_build_texinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_texinfo.py b/tests/test_build_texinfo.py
index 37ad0582..587d123b 100644
--- a/tests/test_build_texinfo.py
+++ b/tests/test_build_texinfo.py
@@ -17,7 +17,7 @@ from subprocess import Popen, PIPE
from sphinx.writers.texinfo import TexinfoTranslator
-from util import *
+from util import with_app, test_root, remove_unicode_literals
from test_build_html import ENV_WARNINGS