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 | 409cc1fe398dd5e606d105983830fbe86aa68a86 (patch) | |
| tree | 833e26c04baa82c97b7eb775053bca7c6412cea6 /tests/test_env.py | |
| parent | f5ea8295cd9b85db029f32c9932f615254b1cb86 (diff) | |
| download | sphinx-git-409cc1fe398dd5e606d105983830fbe86aa68a86.tar.gz | |
Remove sphinx.builder usage.
Diffstat (limited to 'tests/test_env.py')
| -rw-r--r-- | tests/test_env.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_env.py b/tests/test_env.py index ec651957b..9f5f32864 100644 --- a/tests/test_env.py +++ b/tests/test_env.py @@ -12,7 +12,8 @@ from util import * from sphinx.environment import BuildEnvironment -from sphinx.builder import StandaloneHTMLBuilder, LaTeXBuilder +from sphinx.builders.html import StandaloneHTMLBuilder +from sphinx.builders.latex import LaTeXBuilder app = env = None warnings = [] |
