diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-07-28 19:48:21 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-07-29 12:32:46 +0900 |
commit | 7218fe9dca4299e141c369f89418c7f800d3a6cb (patch) | |
tree | 462aca194c20c64e676f00f202bb08a7ef823fad /sphinx/util/parallel.py | |
parent | 004b68f281dbad6e7598c8c2f56945bb3bc07107 (diff) | |
download | sphinx-git-7218fe9dca4299e141c369f89418c7f800d3a6cb.tar.gz |
Deprecate whole of sphinx.ext.mathbase
Diffstat (limited to 'sphinx/util/parallel.py')
-rw-r--r-- | sphinx/util/parallel.py | 1 |
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 |