ironic-inspector/ironic_inspector/test
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
..
unit Python 3.7: fix os.errno -> errno 2018-08-30 10:22:19 +02:00
__init__.py Remove the generic eventlet monkey patch from test 2016-11-18 10:35:53 +01:00
base.py Switch documentation to hardware types 2018-03-16 17:11:05 +01:00
functional.py Add manage_boot parameter to introspection API 2018-06-25 12:09:17 +02:00