fix import path in test_transcoding.py

This commit is contained in:
Lex Berezhny 2020-02-09 14:52:40 -05:00
parent 3fbc012231
commit 9a49eb06da
3 changed files with 36 additions and 42 deletions
tests/integration/other

View file

@ -2,7 +2,7 @@ import logging
import pathlib
import time
from .test_claim_commands import ClaimTestCase
from ..blockchain.test_claim_commands import ClaimTestCase
from lbry.conf import TranscodeConfig
from lbry.file_analysis import VideoFileAnalyzer