Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-17 14:32:39 +0300
committerGitHub <noreply@github.com>2018-12-17 14:32:39 +0300
commit8ea3f7fad90cf728c9c32ff2130a462a78a40515 (patch)
tree2fe256e7c800a42396702d32be9044b7bebbbb99 /sphinx/util/logging.py
parent07b8748a079ad292858e5000b9f3c2ea2fefc6c2 (diff)
parent5a9033e5aa87bb9b58bdd622e7bd2c9361db03cf (diff)
Merge pull request #5509 from stephenfin/remove-future-imports
Remove future imports
Diffstat (limited to 'sphinx/util/logging.py')
-rw-r--r--sphinx/util/logging.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/util/logging.py b/sphinx/util/logging.py
index 8f94ac173..6e661400f 100644
--- a/sphinx/util/logging.py
+++ b/sphinx/util/logging.py
@@ -7,7 +7,6 @@
:copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
-from __future__ import absolute_import
import logging
import logging.handlers