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/builders/changes.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/builders/changes.py')
-rw-r--r-- | sphinx/builders/changes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/builders/changes.py b/sphinx/builders/changes.py index 0571246ac..980ed7606 100644 --- a/sphinx/builders/changes.py +++ b/sphinx/builders/changes.py @@ -15,6 +15,7 @@ from cgi import escape from sphinx import package_dir from sphinx.util import copy_static_entry +from sphinx.locale import _ from sphinx.theming import Theme from sphinx.builders import Builder from sphinx.util.osutil import ensuredir, os_path |