diff options
| author | Georg Brandl <georg@python.org> | 2008-11-29 20:04:11 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-11-29 20:04:11 +0100 |
| commit | e9c79382e51d6aca7600addf51c53c4bb0344196 (patch) | |
| tree | 7d12725f0e5b18fa555379aa2519b82af290d803 /sphinx/ext/coverage.py | |
| parent | f8f41e1341f4aeb4458f74e4e4e47833210abdcb (diff) | |
| download | sphinx-e9c79382e51d6aca7600addf51c53c4bb0344196.tar.gz | |
Some more fixes after the great renaming.
Diffstat (limited to 'sphinx/ext/coverage.py')
| -rw-r--r-- | sphinx/ext/coverage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/coverage.py b/sphinx/ext/coverage.py index f03dbc1e..dfe01419 100644 --- a/sphinx/ext/coverage.py +++ b/sphinx/ext/coverage.py @@ -16,7 +16,7 @@ import inspect import cPickle as pickle from os import path -from sphinx.builder import Builder +from sphinx.builders import Builder # utility |
