Skip to content

Commit 3f02d90

Browse files
authored
Merge pull request #7 from LukasVik/sphinx_errno
Make symbolator_sphinx work with newer sphinx verions
2 parents 9bb2dbf + 852ccbe commit 3f02d90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

symbolator_sphinx/symbolator_sphinx.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import re
1616
import codecs
1717
import posixpath
18+
from errno import ENOENT, EPIPE, EINVAL
1819
from os import path
1920
from subprocess import Popen, PIPE
2021
from hashlib import sha1
@@ -30,7 +31,7 @@
3031
from sphinx.locale import _, __
3132
from sphinx.util import logging
3233
from sphinx.util.i18n import search_image_for_language
33-
from sphinx.util.osutil import ensuredir, ENOENT, EPIPE, EINVAL
34+
from sphinx.util.osutil import ensuredir
3435

3536
if False:
3637
# For type annotation

0 commit comments

Comments
 (0)