steemit / simple_steem_client

A minimalist Steem RPC client in Python
2 stars 5 forks source link

Convert to work with python 2 #14

Open youkaicountry opened 6 years ago

youkaicountry commented 6 years ago

Currently simple_steem_client works with python3 only, but it should be python 2 and python 3 compatible.

Pylint source code analyzer should be able to give some useful hints on the conversion.