Import JSONRPC

This commit is contained in:
Neil Booth 2017-02-27 19:14:56 +09:00
parent e664290670
commit 9bc326430d

View File

@ -12,7 +12,7 @@ import time
from functools import partial
from lib.hash import sha256, hash_to_str
from lib.jsonrpc import JSONSession, RPCError, JSONRPCv2
from lib.jsonrpc import JSONSession, RPCError, JSONRPCv2, JSONRPC
from server.daemon import DaemonError
import server.version as version