aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/authproxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonrpc/authproxy.py')
-rw-r--r--jsonrpc/authproxy.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/jsonrpc/authproxy.py b/jsonrpc/authproxy.py
new file mode 100644
index 0000000000..e90ef361d0
--- /dev/null
+++ b/jsonrpc/authproxy.py
@@ -0,0 +1,3 @@
+from bitcoinrpc.authproxy import AuthServiceProxy, JSONRPCException
+
+__all__ = ['AuthServiceProxy', 'JSONRPCException']