diff options
Diffstat (limited to 'test/functional/test_framework/socks5.py')
-rw-r--r-- | test/functional/test_framework/socks5.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/test_framework/socks5.py b/test/functional/test_framework/socks5.py index dd7624d454..a08b03ed24 100644 --- a/test/functional/test_framework/socks5.py +++ b/test/functional/test_framework/socks5.py @@ -5,7 +5,6 @@ """Dummy Socks5 server for testing.""" import socket, threading, queue -import traceback, sys import logging logger = logging.getLogger("TestFramework.socks5") |