forked from LBRYCommunity/lbry-sdk
fix import path in test_transcoding.py
This commit is contained in:
parent
3fbc012231
commit
9a49eb06da
3 changed files with 36 additions and 42 deletions
tests/integration/other
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue