Skip to content

Commit

Permalink
Merge pull request kevinpt#7 from LukasVik/sphinx_errno
Browse files Browse the repository at this point in the history
Make symbolator_sphinx work with newer sphinx verions
  • Loading branch information
mithro committed Jan 28, 2022
2 parents 9bb2dbf + 852ccbe commit 3f02d90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion symbolator_sphinx/symbolator_sphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import re
import codecs
import posixpath
from errno import ENOENT, EPIPE, EINVAL
from os import path
from subprocess import Popen, PIPE
from hashlib import sha1
Expand All @@ -30,7 +31,7 @@
from sphinx.locale import _, __
from sphinx.util import logging
from sphinx.util.i18n import search_image_for_language
from sphinx.util.osutil import ensuredir, ENOENT, EPIPE, EINVAL
from sphinx.util.osutil import ensuredir

if False:
# For type annotation
Expand Down

0 comments on commit 3f02d90

Please sign in to comment.