]> Git Repo - qemu.git/commitdiff
python/qemu: Remove unneeded imports in __init__
authorWainer dos Santos Moschetta <[email protected]>
Mon, 16 Dec 2019 19:14:38 +0000 (16:14 -0300)
committerCleber Rosa <[email protected]>
Mon, 16 Dec 2019 23:39:51 +0000 (18:39 -0500)
__init_.py import some sub-modules unnecessarily. So let's
clean it up.

Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
Suggested-by: Cleber Rosa <[email protected]>
Reviewed-by: Cleber Rosa <[email protected]>
Tested-by: Cleber Rosa <[email protected]>
Message-Id: <20191216191438[email protected]>
Signed-off-by: Cleber Rosa <[email protected]>
python/qemu/__init__.py

index eff17a306e922c4b006cab969b9bbc1a41ac5d22..4ca06c34a41285f1a018a81042f270363d6952d0 100644 (file)
@@ -9,9 +9,3 @@
 # This work is licensed under the terms of the GNU GPL, version 2.  See
 # the COPYING file in the top-level directory.
 #
-# Based on qmp.py.
-#
-
-from . import qmp
-from . import machine
-from . import accel
This page took 0.024118 seconds and 4 git commands to generate.