summaryrefslogtreecommitdiff
path: root/sphinx/builders/devhelp.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-17 20:32:39 +0900
committerGitHub <noreply@github.com>2018-12-17 20:32:39 +0900
commit8ea3f7fad90cf728c9c32ff2130a462a78a40515 (patch)
tree2fe256e7c800a42396702d32be9044b7bebbbb99 /sphinx/builders/devhelp.py
parent07b8748a079ad292858e5000b9f3c2ea2fefc6c2 (diff)
parent5a9033e5aa87bb9b58bdd622e7bd2c9361db03cf (diff)
downloadsphinx-git-8ea3f7fad90cf728c9c32ff2130a462a78a40515.tar.gz
Merge pull request #5509 from stephenfin/remove-future-imports
Remove future imports
Diffstat (limited to 'sphinx/builders/devhelp.py')
-rw-r--r--sphinx/builders/devhelp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/builders/devhelp.py b/sphinx/builders/devhelp.py
index 2f053a58e..78843ea19 100644
--- a/sphinx/builders/devhelp.py
+++ b/sphinx/builders/devhelp.py
@@ -9,7 +9,6 @@
:copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
-from __future__ import absolute_import
import gzip
import re