forked from LBRYCommunity/lbry-sdk
fix imports in tests
This commit is contained in:
parent
0f7ca8f24e
commit
c5706fa28b
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
import mock
|
import mock
|
||||||
from lbrynet.core import LBRYMetadata
|
from lbrynet.metadata import LBRYMetadata
|
||||||
from lbrynet.lbrynet_daemon import LBRYExchangeRateManager
|
from lbrynet.lbrynet_daemon import LBRYExchangeRateManager
|
||||||
|
|
||||||
from twisted.trial import unittest
|
from twisted.trial import unittest
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from lbrynet.core import LBRYMetadata
|
from lbrynet.metadata import LBRYMetadata
|
||||||
from twisted.trial import unittest
|
from twisted.trial import unittest
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue