]> sigrok.org Git - libsigrokdecode.git/commitdiff
install: unbreak installation with Python 3.7 (os.errno)
authorGerhard Sittig <redacted>
Sat, 25 Aug 2018 13:20:10 +0000 (15:20 +0200)
committerGerhard Sittig <redacted>
Sat, 25 Aug 2018 13:20:10 +0000 (15:20 +0200)
The os.errno module has not been an official feature. Python 3.7
removed the corresponding import. This broke the installation of
decoders. Prefer 'errno' over 'os.errno'.


No differences found