updated references lbrynet.crypstream -> lbrynet.blob

This commit is contained in:
Lex Berezhny 2018-11-04 14:34:44 -05:00
parent 0d4e83e167
commit c1a9cd93ee
9 changed files with 10 additions and 10 deletions
lbrynet/blob/client

View file

@ -1,6 +1,6 @@
import binascii
from twisted.internet import defer
from lbrynet.cryptstream.CryptBlob import StreamBlobDecryptor
from lbrynet.blob.CryptBlob import StreamBlobDecryptor
class CryptBlobHandler: