Remove unused module from rpc-tests

This commit is contained in:
Takashi Mitsuta
2017-02-12 16:44:43 +09:00
parent d978c41e1e
commit a432aa0aa8
6 changed files with 1 additions and 14 deletions

View File

@@ -3,17 +3,11 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
from decimal import Decimal
from test_framework.test_framework import BitcoinTestFramework
from test_framework.authproxy import JSONRPCException
from test_framework.util import (
assert_equal,
assert_raises_jsonrpc,
assert_is_hex_string,
assert_is_hash_string,
start_nodes,
connect_nodes_bi,
)