mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
rpc-tests: remove python-bitcoinrpc directory
place authproxy.py at same level as other utility classes
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
# Add python-bitcoinrpc to module search path:
|
||||
import os
|
||||
import sys
|
||||
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_framework/python-bitcoinrpc"))
|
||||
|
||||
import json
|
||||
import shutil
|
||||
@@ -16,7 +15,6 @@ import subprocess
|
||||
import tempfile
|
||||
import traceback
|
||||
|
||||
from bitcoinrpc.authproxy import AuthServiceProxy, JSONRPCException
|
||||
from test_framework.util import *
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user