fix imports in tests

This commit is contained in:
Jack 2016-08-18 00:38:38 -04:00
parent 0f7ca8f24e
commit c5706fa28b
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import mock
from lbrynet.core import LBRYMetadata
from lbrynet.metadata import LBRYMetadata
from lbrynet.lbrynet_daemon import LBRYExchangeRateManager
from twisted.trial import unittest

View file

@ -1,4 +1,4 @@
from lbrynet.core import LBRYMetadata
from lbrynet.metadata import LBRYMetadata
from twisted.trial import unittest