[qa] python-bitcoinrpc is no longer a subtree

* Only authproxy.py is taken from the python-bitcoinrpc
This commit is contained in:
MarcoFalke 2015-11-18 12:11:04 +01:00
parent eac53ec992
commit a0953cdf07

View file

@ -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.