aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/qemu/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/qemu/__init__.py b/python/qemu/__init__.py
index eff17a3..4ca06c3 100644
--- a/python/qemu/__init__.py
+++ b/python/qemu/__init__.py
@@ -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