aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/util.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-06-07 11:54:39 -0400
committerJohn Newbery <john@johnnewbery.com>2017-06-29 11:16:32 +0100
commit37065d2ed2869aea5a83e69a0ef7a55c5d56724c (patch)
tree80546b50c01313b2dc6f6e42e7959c311a360bab /test/functional/test_framework/util.py
parent90a002ea647dcea57a2ed4294eab77897168ba1d (diff)
downloadbitcoin-37065d2ed2869aea5a83e69a0ef7a55c5d56724c.tar.xz
[tests] remove unused imports from utils.py
Diffstat (limited to 'test/functional/test_framework/util.py')
-rw-r--r--test/functional/test_framework/util.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/test_framework/util.py b/test/functional/test_framework/util.py
index 2a4f3104aa..9f40de08c6 100644
--- a/test/functional/test_framework/util.py
+++ b/test/functional/test_framework/util.py
@@ -5,7 +5,6 @@
"""Helpful routines for regression testing."""
import os
-import sys
from binascii import hexlify, unhexlify
from base64 import b64encode
@@ -13,7 +12,6 @@ from decimal import Decimal, ROUND_DOWN
import json
import http.client
import random
-import shutil
import subprocess
import tempfile
import time