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>2019-10-06 13:29:57 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-10-06 13:29:57 +0300
commitb47458332a48c571f86bcb662efba70dbfd027c9 (patch)
tree3c2c6dc7ff50bc588ae1571378118d6bc61c5631 /sphinx/io.py
parente73ab4a4cbb45c132d08f2f9e712361c5f82d4aa (diff)
Fix merge error
Diffstat (limited to 'sphinx/io.py')
-rw-r--r--sphinx/io.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/io.py b/sphinx/io.py
index 0f21298ac..f3e72733e 100644
--- a/sphinx/io.py
+++ b/sphinx/io.py
@@ -8,6 +8,7 @@
:license: BSD, see LICENSE for details.
"""
import codecs
+import warnings
from typing import Any
from docutils.core import Publisher