mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
[qa] Remove unused code
This commit is contained in:
@@ -5,13 +5,11 @@
|
||||
|
||||
# Test for -rpcbind, as well as -rpcallowip and -rpcconnect
|
||||
|
||||
import tempfile
|
||||
import traceback
|
||||
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.util import *
|
||||
from test_framework.netutil import *
|
||||
|
||||
|
||||
class RPCBindTest(BitcoinTestFramework):
|
||||
|
||||
def __init__(self):
|
||||
@@ -109,4 +107,4 @@ class RPCBindTest(BitcoinTestFramework):
|
||||
pass
|
||||
|
||||
if __name__ == '__main__':
|
||||
RPCBindTest ().main ()
|
||||
RPCBindTest().main()
|
||||
|
||||
Reference in New Issue
Block a user