Fix ImportError

This commit is contained in:
Takeshi KOMIYA 2018-02-18 21:15:03 +09:00
parent f51b644f39
commit 8e73cbca52

View File

@ -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