summaryrefslogtreecommitdiff
path: root/sphinx/util/parallel.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-07-28 19:48:21 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-07-29 12:32:46 +0900
commit7218fe9dca4299e141c369f89418c7f800d3a6cb (patch)
tree462aca194c20c64e676f00f202bb08a7ef823fad /sphinx/util/parallel.py
parent004b68f281dbad6e7598c8c2f56945bb3bc07107 (diff)
downloadsphinx-git-7218fe9dca4299e141c369f89418c7f800d3a6cb.tar.gz
Deprecate whole of sphinx.ext.mathbase
Diffstat (limited to 'sphinx/util/parallel.py')
-rw-r--r--sphinx/util/parallel.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/parallel.py b/sphinx/util/parallel.py
index fe2577308..066e3c93a 100644
--- a/sphinx/util/parallel.py
+++ b/sphinx/util/parallel.py
@@ -8,6 +8,7 @@
:copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
+from __future__ import absolute_import
import os
import time