summaryrefslogtreecommitdiff
path: root/sphinx/builders/devhelp.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
commit98bcd2fab4a82318ddd64efa66fff2ffdec353bf (patch)
treedeb311cb6a8c188e72e69193ef6bb0615a14cdf8 /sphinx/builders/devhelp.py
parent1bce0d7e6afa7afd0237df2ef75b823bb8e21e82 (diff)
downloadsphinx-git-98bcd2fab4a82318ddd64efa66fff2ffdec353bf.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.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/builders/devhelp.py b/sphinx/builders/devhelp.py
index 88fccadcb..a5a0f280a 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