diff options
| author | Georg Brandl <georg@python.org> | 2010-01-17 12:02:15 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-17 12:02:15 +0100 |
| commit | c00fd08aa95ea2b125f06ae1fa3d98f403bd2403 (patch) | |
| tree | c767c4aaf74746436f046f5771e7fe3a720256e2 /tests/test_env.py | |
| parent | d292cea80d2d6796ea6334db24477d468adf88d3 (diff) | |
| download | sphinx-git-c00fd08aa95ea2b125f06ae1fa3d98f403bd2403.tar.gz | |
Clean up unused imports.
Diffstat (limited to 'tests/test_env.py')
| -rw-r--r-- | tests/test_env.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_env.py b/tests/test_env.py index c863b52fd..4ecbaac49 100644 --- a/tests/test_env.py +++ b/tests/test_env.py @@ -11,7 +11,6 @@ from util import * -from sphinx.environment import BuildEnvironment from sphinx.builders.html import StandaloneHTMLBuilder from sphinx.builders.latex import LaTeXBuilder |
