aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-03-22 01:35:57 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2017-03-22 17:49:23 +0100
commit72163d45857d891d7eac71d664dbc255275c6f00 (patch)
tree33b66ec076bbc8fcf405a37b9f6886c079b2183a /test/functional/test_framework
parent02d64bd929c9663ba38e96721c6dbd89972d043d (diff)
downloadbitcoin-72163d45857d891d7eac71d664dbc255275c6f00.tar.xz
[tests] Remove unused and duplicate imports
Diffstat (limited to 'test/functional/test_framework')
-rw-r--r--test/functional/test_framework/socks5.py1
-rwxr-xr-xtest/functional/test_framework/test_framework.py1
2 files changed, 0 insertions, 2 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")
diff --git a/test/functional/test_framework/test_framework.py b/test/functional/test_framework/test_framework.py
index fd2e803541..8656a1ca6a 100755
--- a/test/functional/test_framework/test_framework.py
+++ b/test/functional/test_framework/test_framework.py
@@ -11,7 +11,6 @@ import sys
import shutil
import tempfile
import time
-import traceback
from .util import (
initialize_chain,