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 | b0dbc8bb87461a6ac18acd744472f1eca94a3150 (patch) | |
| tree | deb311cb6a8c188e72e69193ef6bb0615a14cdf8 /sphinx/domains/python.py | |
| parent | d640630d580aef603fed3e1dd6dfd15703a243f8 (diff) | |
| download | sphinx-b0dbc8bb87461a6ac18acd744472f1eca94a3150.tar.gz | |
Make the _ gettext alias an explicit import instead of installing into builtins.
Diffstat (limited to 'sphinx/domains/python.py')
| -rw-r--r-- | sphinx/domains/python.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/domains/python.py b/sphinx/domains/python.py index 0695e000..b31a3f8c 100644 --- a/sphinx/domains/python.py +++ b/sphinx/domains/python.py @@ -16,7 +16,7 @@ from docutils.parsers.rst import directives from sphinx import addnodes from sphinx.roles import XRefRole -from sphinx.locale import l_ +from sphinx.locale import l_, _ from sphinx.domains import Domain, ObjType from sphinx.directives import ObjectDescription from sphinx.util.nodes import make_refnode |
