aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/p2p-mempool.py
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-01-10 23:30:14 +0100
committerpracticalswift <[email protected]>2017-01-13 19:03:20 +0100
commit95bab821b3af268d23e9cf5f9da3dd7f1e396949 (patch)
tree1e7d14508b451a1f9b95df81bc6be6966d50ef2e /qa/rpc-tests/p2p-mempool.py
parentMerge #8811: rpc: Add support for JSON-RPC named arguments (diff)
downloaddiscoin-95bab821b3af268d23e9cf5f9da3dd7f1e396949.tar.xz
discoin-95bab821b3af268d23e9cf5f9da3dd7f1e396949.zip
Remove unused Python imports
Diffstat (limited to 'qa/rpc-tests/p2p-mempool.py')
-rwxr-xr-xqa/rpc-tests/p2p-mempool.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/rpc-tests/p2p-mempool.py b/qa/rpc-tests/p2p-mempool.py
index 382d7f1e8..1fd125fdc 100755
--- a/qa/rpc-tests/p2p-mempool.py
+++ b/qa/rpc-tests/p2p-mempool.py
@@ -6,7 +6,6 @@
from test_framework.mininode import *
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import *
-import time
class TestNode(NodeConnCB):
def __init__(self):