lbry-sdk/lbrynet/daemon
Lex Berezhny 10b34d6b33
unnecessary list() added during py3 port
instead of recursive bytes2unicode use a proper JSONEncoder to conver bytes->unicode for json.dumps()
removing excessive isinstance(data, bytes) checks
py3: / -> // and list() around .items() that gets modified in loop
moved lbrynet.undecorated to where its actually used and hopefully we can delete it eventually
removed build/upload_assets.py, travis can do all this now
2018-08-24 11:40:43 -04:00
..
auth unnecessary list() added during py3 port 2018-08-24 11:40:43 -04:00
__init__.py got integration tests to work again with rebased branch 2018-08-24 11:37:53 -04:00
Component.py No longer inheriting from object and added proper use of super(). 2018-08-24 11:37:53 -04:00
ComponentManager.py integration tests no longer mock Blob, BlobManager and Session 2018-08-24 11:40:43 -04:00
Components.py replace miniupnpc with upnpclient 2018-08-24 11:37:53 -04:00
Daemon.py integration tests no longer mock Blob, BlobManager and Session 2018-08-24 11:40:43 -04:00
DaemonCLI.py pylint fixes 2018-08-24 11:37:53 -04:00
DaemonConsole.py pylint fixes 2018-08-24 11:37:53 -04:00
DaemonControl.py simple cli implementation 2018-08-24 11:37:53 -04:00
Downloader.py No longer inheriting from object and added proper use of super(). 2018-08-24 11:37:53 -04:00
ExchangeRateManager.py No longer inheriting from object and added proper use of super(). 2018-08-24 11:37:53 -04:00
Publisher.py fix for file open during publish 2018-08-24 11:40:43 -04:00