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):