jgarzik / python-bitcoinrpc

Python interface to bitcoin's JSON-RPC API
GNU Lesser General Public License v2.1
644 stars 304 forks source link

More PEP8 improvements #10

Closed gandaro closed 11 years ago

gandaro commented 11 years ago

Mostly variable name changes, the serviceName change is opt-out, because it can create incompatibility. :-) I also created a new function _get_response, which does what was done in two equal parts of the code. Also changed != None to is not None.