summaryrefslogtreecommitdiff
path: root/tests/util.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-12-23 20:04:45 +0100
committerGeorg Brandl <georg@python.org>2008-12-23 20:04:45 +0100
commit7346948dc29b81ad0bb1e84972fedd04d4e71885 (patch)
tree833e26c04baa82c97b7eb775053bca7c6412cea6 /tests/util.py
parentf117c90f9e14a399fde3b0355589b57872a0c10b (diff)
downloadsphinx-7346948dc29b81ad0bb1e84972fedd04d4e71885.tar.gz
Remove sphinx.builder usage.
Diffstat (limited to 'tests/util.py')
-rw-r--r--tests/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/util.py b/tests/util.py
index c4c53592..c3c97a66 100644
--- a/tests/util.py
+++ b/tests/util.py
@@ -19,7 +19,7 @@ except ImportError:
# functools is new in 2.4
wraps = lambda f: (lambda w: w)
-from sphinx import application, builder
+from sphinx import application
from path import path