fix import in blob downloder tests
This commit is contained in:
parent
0349e68201
commit
0006a68bf2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from twisted.internet import defer
|
|||
|
||||
from lbrynet.blob import BlobFile
|
||||
from lbrynet.core.HTTPBlobDownloader import HTTPBlobDownloader
|
||||
from lbrynet.tests.util import mk_db_and_blob_dir, rm_db_and_blob_dir
|
||||
from tests.util import mk_db_and_blob_dir, rm_db_and_blob_dir
|
||||
|
||||
|
||||
class HTTPBlobDownloaderTest(unittest.TestCase):
|
||||
|
|
Loading…
Reference in a new issue