diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-05-21 21:22:22 +0200 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-05-21 21:22:22 +0200 |
commit | 7b7f258396432b6b4a0c111b06e34be03e42b000 (patch) | |
tree | cf609391bc07a61daa8cff715a62934a32aa8241 /qa/rpc-tests/keypool.py | |
parent | a85b2e221ba52e6885d609f2fcecb30a2274cfb3 (diff) |
rpc-tests: remove python-bitcoinrpc directory
place authproxy.py at same level as other utility classes
Diffstat (limited to 'qa/rpc-tests/keypool.py')
-rwxr-xr-x | qa/rpc-tests/keypool.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/rpc-tests/keypool.py b/qa/rpc-tests/keypool.py index 307919d720..aee29a596a 100755 --- a/qa/rpc-tests/keypool.py +++ b/qa/rpc-tests/keypool.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__)), "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 * |