ironic-inspector/ironic_inspector/pxe_filter
Thomas Goirand 2459cd8531 Python 3.7: fix os.errno -> errno
In Python 3.7, there's no longer a os.errno, it's now available directly
from the root instead.

This patch therefore, tries to "import errno", and fallsback to
"import os.errno as errno" if it fails. Then in the content of the code,
we simply use the errno module directly.

Change-Id: Ibf385ab32a8098e936c019303633de38a848076c
2018-08-30 10:22:19 +02:00
..
__init__.py PXE boot filtering drivers 2017-06-28 12:25:37 +02:00
base.py Clean up pxe_filter related deprecations 2018-08-06 13:42:01 +08:00
dnsmasq.py Python 3.7: fix os.errno -> errno 2018-08-30 10:22:19 +02:00
interface.py PXE boot filtering drivers 2017-06-28 12:25:37 +02:00
iptables.py Retry port lists on failure in PXE filter periodic sync 2018-02-14 15:10:39 +01:00