Closed nanotube closed 13 years ago
a quick fix to your python-bitcoinrpc code: in init.py, s/jsonrpc.// making it look like this:
from json import loads, dumps, JSONEncodeException, JSONDecodeException from proxy import ServiceProxy, JSONRPCException
doesn't break anything, and makes it work when you stick it inside another package and try to import it (which i do with supybot :) )
fix merged
a quick fix to your python-bitcoinrpc code: in init.py, s/jsonrpc.// making it look like this:
from json import loads, dumps, JSONEncodeException, JSONDecodeException from proxy import ServiceProxy, JSONRPCException
doesn't break anything, and makes it work when you stick it inside another package and try to import it (which i do with supybot :) )