storj-archived / storj-python-sdk

Deprecated. A Python SDK for the Storj API.
https://storj.io
MIT License
23 stars 19 forks source link

Fix misplacement of functions #86

Closed marcorosa closed 7 years ago

marcorosa commented 7 years ago

There is no reason to place generate_new_key_pair function in __init__.py file. It also raises an exception if someone imports http.Client class.

marcorosa commented 7 years ago

I agree with you. Changed code accordingly

marcorosa commented 7 years ago

I'm sorry, I closed the pull request by mistake. I think we are ready to merge

steenzout commented 7 years ago

@marcorosa please make the PR to the develop branch.

marcorosa commented 7 years ago

ok. done