aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonrpc/__init__.py')
-rw-r--r--jsonrpc/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/jsonrpc/__init__.py b/jsonrpc/__init__.py
deleted file mode 100644
index 8441fa3120..0000000000
--- a/jsonrpc/__init__.py
+++ /dev/null
@@ -1,2 +0,0 @@
-from .json import loads, dumps, JSONEncodeException, JSONDecodeException
-from jsonrpc.proxy import ServiceProxy, JSONRPCException