diff options
| author | Georg Brandl <georg@python.org> | 2010-01-17 19:33:23 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-17 19:33:23 +0100 |
| commit | 98bcd2fab4a82318ddd64efa66fff2ffdec353bf (patch) | |
| tree | deb311cb6a8c188e72e69193ef6bb0615a14cdf8 /sphinx/ext/todo.py | |
| parent | 1bce0d7e6afa7afd0237df2ef75b823bb8e21e82 (diff) | |
| download | sphinx-git-98bcd2fab4a82318ddd64efa66fff2ffdec353bf.tar.gz | |
Make the _ gettext alias an explicit import instead of installing into builtins.
Diffstat (limited to 'sphinx/ext/todo.py')
| -rw-r--r-- | sphinx/ext/todo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/ext/todo.py b/sphinx/ext/todo.py index 59abbbdcb..2bebaffe0 100644 --- a/sphinx/ext/todo.py +++ b/sphinx/ext/todo.py @@ -14,6 +14,7 @@ from docutils import nodes +from sphinx.locale import _ from sphinx.environment import NoUri from sphinx.util.compat import Directive, make_admonition |
