lbry-sdk/lbrynet/extras/daemon/auth
Oleg Silkin b3fde9d78d Removes six From Project (#1660)
* Replaces `six` urllib with python 3's urllib
* Replaces `six`'s int2byte method with native `bytes` class
* Removes edge case testing for python2 vs python3
* Removes useless object inheritance
* Uses native io.BytesIO instead of six.BytesIO
* Removes six from dependencies
2018-11-22 23:24:21 -05:00
..
__init__.py moved daemon to extras/daemon 2018-11-04 20:25:24 -05:00
auth.py absolute imports 2018-11-09 16:52:46 -05:00
client.py absolute imports 2018-11-09 16:52:46 -05:00
factory.py don't create ssl/auth keys if disabled 2018-11-16 11:12:33 -05:00
keyring.py absolute imports 2018-11-09 16:52:46 -05:00
server.py Removes six From Project (#1660) 2018-11-22 23:24:21 -05:00
undecorated.py moved daemon to extras/daemon 2018-11-04 20:25:24 -05:00