summaryrefslogtreecommitdiff
path: root/sphinx/io.py
diff options
context:
space:
mode:
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 de6432983..28fb724bc 100644
--- a/sphinx/io.py
+++ b/sphinx/io.py
@@ -49,6 +49,7 @@ if False:
from sphinx.application import Sphinx # NOQA
from sphinx.builders import Builder # NOQA
from sphinx.environment import BuildEnvironment # NOQA
+ from sphinx.util.typing import unicode # NOQA
docinfo_re = re.compile(':\\w+:.*?')