aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2015-11-18 12:11:04 +0100
committerMarcoFalke <falke.marco@gmail.com>2015-11-19 12:39:49 +0100
commita0953cdf07769cf0004a7dd2c0d7e4b5dd0dc578 (patch)
tree3655ec81ff294e82eeddf5eb66bd9ab009a40181
parenteac53ec992018a14db6f8a65a7ce333a4c8284cc (diff)
downloadbitcoin-a0953cdf07769cf0004a7dd2c0d7e4b5dd0dc578.tar.xz
[qa] python-bitcoinrpc is no longer a subtree
* Only authproxy.py is taken from the python-bitcoinrpc
-rw-r--r--qa/rpc-tests/README.md6
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.