From 0006a68bf23c858b0d29b2460e78a58d33d571b7 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 6 Aug 2018 18:21:07 -0400 Subject: [PATCH] fix import in blob downloder tests --- tests/unit/core/test_HTTPBlobDownloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/core/test_HTTPBlobDownloader.py b/tests/unit/core/test_HTTPBlobDownloader.py index 3c40e997a..a51740239 100644 --- a/tests/unit/core/test_HTTPBlobDownloader.py +++ b/tests/unit/core/test_HTTPBlobDownloader.py @@ -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):