From 7b7f258396432b6b4a0c111b06e34be03e42b000 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Thu, 21 May 2015 21:22:22 +0200 Subject: rpc-tests: remove python-bitcoinrpc directory place authproxy.py at same level as other utility classes --- qa/rpc-tests/rpcbind_test.py | 1 - 1 file changed, 1 deletion(-) (limited to 'qa/rpc-tests/rpcbind_test.py') diff --git a/qa/rpc-tests/rpcbind_test.py b/qa/rpc-tests/rpcbind_test.py index 5ccc573472..04110c2831 100755 --- a/qa/rpc-tests/rpcbind_test.py +++ b/qa/rpc-tests/rpcbind_test.py @@ -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")) import json import shutil -- cgit v1.2.3