From 8e73cbca5206e11b62838a90e9f935e7906e8b85 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 18 Feb 2018 21:15:03 +0900 Subject: [PATCH] Fix ImportError --- sphinx/util/compat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sphinx/util/compat.py b/sphinx/util/compat.py index b3f78ca7d..32ac11341 100644 --- a/sphinx/util/compat.py +++ b/sphinx/util/compat.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 sys from typing import TYPE_CHECKING