diff options
author | Georg Brandl <georg@python.org> | 2010-01-13 23:35:05 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-13 23:35:05 +0000 |
commit | a52885d078a9dcc921b113f65b7d3fde76709ded (patch) | |
tree | 949785f9e7fbacebee153ca5af2bcc973c0c1898 /tests/test_autodoc.py | |
parent | 883b40b7e9bbd197f86ba75bf7772821f6bf5ad3 (diff) | |
download | sphinx-git-a52885d078a9dcc921b113f65b7d3fde76709ded.tar.gz |
Fix the test suite.
Diffstat (limited to 'tests/test_autodoc.py')
-rw-r--r-- | tests/test_autodoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_autodoc.py b/tests/test_autodoc.py index c594b76af..2d311cac3 100644 --- a/tests/test_autodoc.py +++ b/tests/test_autodoc.py @@ -14,7 +14,7 @@ from util import * from docutils.statemachine import ViewList -from sphinx.ext.autodoc import AutoDirective, Documenter, add_documenter, \ +from sphinx.ext.autodoc import AutoDirective, add_documenter, \ ModuleLevelDocumenter, FunctionDocumenter, cut_lines, between, ALL |