diff options
| author | Jonas Schnelli <[email protected]> | 2015-05-21 21:22:22 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-05-21 21:22:22 +0200 |
| commit | 7b7f258396432b6b4a0c111b06e34be03e42b000 (patch) | |
| tree | cf609391bc07a61daa8cff715a62934a32aa8241 /qa/rpc-tests/rpcbind_test.py | |
| parent | pull-tester/rpc-tests.sh: disable script_test.py test (diff) | |
| download | discoin-7b7f258396432b6b4a0c111b06e34be03e42b000.tar.xz discoin-7b7f258396432b6b4a0c111b06e34be03e42b000.zip | |
rpc-tests: remove python-bitcoinrpc directory
place authproxy.py at same level as other utility classes
Diffstat (limited to 'qa/rpc-tests/rpcbind_test.py')
| -rwxr-xr-x | qa/rpc-tests/rpcbind_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/rpc-tests/rpcbind_test.py b/qa/rpc-tests/rpcbind_test.py index 5ccc57347..04110c283 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 |