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/builders/devhelp.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/builders/devhelp.py')
| -rw-r--r-- | sphinx/builders/devhelp.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/builders/devhelp.py b/sphinx/builders/devhelp.py index 88fccadc..a5a0f280 100644 --- a/sphinx/builders/devhelp.py +++ b/sphinx/builders/devhelp.py @@ -11,10 +11,7 @@ :license: BSD, see LICENSE for details. """ -import os import re -import cgi -import sys from os import path from docutils import nodes |
