]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove unused import statements
authorJouni Malinen <j@w1.fi>
Sat, 2 Feb 2019 09:35:13 +0000 (11:35 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 2 Feb 2019 09:35:13 +0000 (11:35 +0200)
These were not used at all and caused unnecessary operations and in some
cases, compatibility issues with python3.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_p2p_wifi_display.py

index b032c4f42581b91e720ae2e1cb8ac00fe7264698..29110bca7c6965141343dd991461b60af748f020 100644 (file)
@@ -7,12 +7,8 @@
 from remotehost import remote_compatible
 import logging
 logger = logging.getLogger()
-import time
-import threading
-import Queue
 
 import hwsim_utils
-import utils
 from p2p_utils import *
 
 def test_wifi_display(dev):