diff options
| author | Georg Brandl <georg@python.org> | 2008-12-23 20:04:45 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-12-23 20:04:45 +0100 |
| commit | 7346948dc29b81ad0bb1e84972fedd04d4e71885 (patch) | |
| tree | 833e26c04baa82c97b7eb775053bca7c6412cea6 /tests/util.py | |
| parent | f117c90f9e14a399fde3b0355589b57872a0c10b (diff) | |
| download | sphinx-7346948dc29b81ad0bb1e84972fedd04d4e71885.tar.gz | |
Remove sphinx.builder usage.
Diffstat (limited to 'tests/util.py')
| -rw-r--r-- | tests/util.py | 2 |
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 |
