qemu-e2k/scripts/qapi
John Snow 5af8263d40 qapi: Remove wildcard includes
Wildcard includes become hard to manage when refactoring and dealing
with circular dependencies with strictly typed mypy.

flake8 also flags each one as a warning, as it is not smart enough to
know which names exist in the imported file.

Remove them and include things explicitly by name instead.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201009161558.107041-7-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2020-10-10 11:37:47 +02:00
..
__init__.py
commands.py qapi: Remove wildcard includes 2020-10-10 11:37:47 +02:00
common.py qapi: Drop conditionals for Python 2 2020-03-05 09:24:11 +01:00
error.py qapi: Use super() now we have Python 3 2020-03-05 09:24:11 +01:00
events.py qapi: Remove wildcard includes 2020-10-10 11:37:47 +02:00
expr.py qapi: Prefer explicit relative imports 2020-10-10 11:37:47 +02:00
gen.py qapi: Remove wildcard includes 2020-10-10 11:37:47 +02:00
introspect.py qapi: Remove wildcard includes 2020-10-10 11:37:47 +02:00
main.py qapi: Prefer explicit relative imports 2020-10-10 11:37:47 +02:00
parser.py qapi: Prefer explicit relative imports 2020-10-10 11:37:47 +02:00
schema.py qapi: Prefer explicit relative imports 2020-10-10 11:37:47 +02:00
source.py qapi: Inheriting from object is pointless with Python 3, drop 2020-03-05 09:24:11 +01:00
types.py qapi: Remove wildcard includes 2020-10-10 11:37:47 +02:00
visit.py qapi: Remove wildcard includes 2020-10-10 11:37:47 +02:00