rpc-tests: remove python-bitcoinrpc directory

place authproxy.py at same level as other utility classes
This commit is contained in:
Jonas Schnelli
2015-05-21 21:22:22 +02:00
parent a85b2e221b
commit 7b7f258396
8 changed files with 2 additions and 23 deletions

View File

@@ -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__)), "python-bitcoinrpc"))
from decimal import Decimal, ROUND_DOWN
import json
@@ -18,7 +17,7 @@ import subprocess
import time
import re
from bitcoinrpc.authproxy import AuthServiceProxy, JSONRPCException
from authproxy import AuthServiceProxy, JSONRPCException
from util import *
def p2p_port(n):