avocado.utils: Straighten up internal imports

It is nice to be able to refer to modules using the
dot notation. This fixes some missing imports in the
avocado.utils module, as well as it removes unused
ones.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 606d62fc
...@@ -12,9 +12,14 @@ ...@@ -12,9 +12,14 @@
# Copyright: Red Hat Inc. 2013-2014 # Copyright: Red Hat Inc. 2013-2014
# Author: Lucas Meneghel Rodrigues <lmr@redhat.com> # Author: Lucas Meneghel Rodrigues <lmr@redhat.com>
import logging import archive
import random import build
import string import crypto
import download import download
import process
import io import io
import memory
import network
import params
import process
import remote
import virt
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册