diff options
author | MarcoFalke <falke.marco@gmail.com> | 2015-11-18 12:11:04 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2015-11-19 12:39:49 +0100 |
commit | a0953cdf07769cf0004a7dd2c0d7e4b5dd0dc578 (patch) | |
tree | 3655ec81ff294e82eeddf5eb66bd9ab009a40181 /qa/rpc-tests/README.md | |
parent | eac53ec992018a14db6f8a65a7ce333a4c8284cc (diff) |
[qa] python-bitcoinrpc is no longer a subtree
* Only authproxy.py is taken from the python-bitcoinrpc
Diffstat (limited to 'qa/rpc-tests/README.md')
-rw-r--r-- | qa/rpc-tests/README.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/qa/rpc-tests/README.md b/qa/rpc-tests/README.md index d2db00362f..bbaa3925ec 100644 --- a/qa/rpc-tests/README.md +++ b/qa/rpc-tests/README.md @@ -1,10 +1,8 @@ Regression tests ================ -### [python-bitcoinrpc](https://github.com/jgarzik/python-bitcoinrpc) -Git subtree of [https://github.com/jgarzik/python-bitcoinrpc](https://github.com/jgarzik/python-bitcoinrpc). -Changes to python-bitcoinrpc should be made upstream, and then -pulled here using git subtree. +### [test_framework/authproxy.py](test_framework/authproxy.py) +Taken from the [python-bitcoinrpc repository](https://github.com/jgarzik/python-bitcoinrpc). ### [test_framework/test_framework.py](test_framework/test_framework.py) Base class for new regression tests. |