diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-04-02 01:28:26 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-04-04 21:30:18 +0200 |
commit | b8d9a86dc398846fdc91eb6a76fd119faf274fe2 (patch) | |
tree | d440e4475d67b1a1d43a8b4cbdb40dce554d75c8 /test | |
parent | 72bc7e1303d54104b06be390f18de7fc5f1ba432 (diff) |
Remove unused import
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/bip9-softforks.py | 1 | ||||
-rwxr-xr-x | test/functional/net.py | 2 | ||||
-rwxr-xr-x | test/functional/p2p-versionbits-warning.py | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/bip9-softforks.py b/test/functional/bip9-softforks.py index 60d262da81..a6383c0679 100755 --- a/test/functional/bip9-softforks.py +++ b/test/functional/bip9-softforks.py @@ -16,7 +16,6 @@ test that enforcement has not triggered (which triggers ACTIVE) test that enforcement has triggered """ -from test_framework.blockstore import BlockStore from test_framework.test_framework import ComparisonTestFramework from test_framework.util import * from test_framework.mininode import CTransaction, NetworkThread diff --git a/test/functional/net.py b/test/functional/net.py index e9463c7dc7..b4ad820e85 100755 --- a/test/functional/net.py +++ b/test/functional/net.py @@ -7,11 +7,9 @@ Tests correspond to code in rpc/net.cpp. """ -from decimal import Decimal import time from test_framework.test_framework import BitcoinTestFramework -from test_framework.authproxy import JSONRPCException from test_framework.util import ( assert_equal, start_nodes, diff --git a/test/functional/p2p-versionbits-warning.py b/test/functional/p2p-versionbits-warning.py index da960e2d80..cdf3b84878 100755 --- a/test/functional/p2p-versionbits-warning.py +++ b/test/functional/p2p-versionbits-warning.py @@ -12,7 +12,6 @@ from test_framework.mininode import * from test_framework.test_framework import BitcoinTestFramework from test_framework.util import * import re -import time from test_framework.blocktools import create_block, create_coinbase VB_PERIOD = 144 # versionbits period length for regtest |