aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/proxy_test.py
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-01-18 10:45:52 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-01-18 10:46:01 +0100
commit3ec5bb0a6e2ca3474fa90ce1d52a91a83b41a34c (patch)
tree68e6f64863b61a677593f837f03dbda0dd07582b /qa/rpc-tests/proxy_test.py
parent5e00147838b0585aebdfd7533951f8708639bc9b (diff)
parent7777994846cdb9b9cf69e391a33eeed30393bbcf (diff)
downloadbitcoin-3ec5bb0a6e2ca3474fa90ce1d52a91a83b41a34c.tar.xz
Merge pull request #7335
7777994 [qa] Fix pyton syntax in rpc tests (MarcoFalke)
Diffstat (limited to 'qa/rpc-tests/proxy_test.py')
-rwxr-xr-xqa/rpc-tests/proxy_test.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/qa/rpc-tests/proxy_test.py b/qa/rpc-tests/proxy_test.py
index 3623c16162..7f77e664d2 100755
--- a/qa/rpc-tests/proxy_test.py
+++ b/qa/rpc-tests/proxy_test.py
@@ -3,9 +3,6 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
import socket
-import traceback, sys
-from binascii import hexlify
-import time, os
from test_framework.socks5 import Socks5Configuration, Socks5Command, Socks5Server, AddressType
from test_framework.test_framework import BitcoinTestFramework
@@ -34,7 +31,8 @@ addnode connect to onion
addnode connect to generic DNS name
'''
-class ProxyTest(BitcoinTestFramework):
+
+class ProxyTest(BitcoinTestFramework):
def __init__(self):
# Create two proxies on different ports
# ... one unauthenticated