diff options
Diffstat (limited to 'python/qemu/console_socket.py')
| -rw-r--r-- | python/qemu/console_socket.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qemu/console_socket.py b/python/qemu/console_socket.py index 70869fbbdc..69f604c77f 100644 --- a/python/qemu/console_socket.py +++ b/python/qemu/console_socket.py @@ -13,9 +13,9 @@ which can drain a socket and optionally dump the bytes to file. # the COPYING file in the top-level directory. # +from collections import deque import socket import threading -from collections import deque import time |