summaryrefslogtreecommitdiff
path: root/sphinx/builders/changes.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-17 19:33:23 +0100
committerGeorg Brandl <georg@python.org>2010-01-17 19:33:23 +0100
commitb0dbc8bb87461a6ac18acd744472f1eca94a3150 (patch)
treedeb311cb6a8c188e72e69193ef6bb0615a14cdf8 /sphinx/builders/changes.py
parentd640630d580aef603fed3e1dd6dfd15703a243f8 (diff)
downloadsphinx-b0dbc8bb87461a6ac18acd744472f1eca94a3150.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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/builders/changes.py b/sphinx/builders/changes.py
index 0571246a..980ed760 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