import fix

This commit is contained in:
Lex Berezhny 2019-06-21 00:58:44 -04:00
parent 2b98f85961
commit 01cd02e4c5

View file

@ -13,7 +13,7 @@ from lbry.wallet.account import BaseAccount
from lbry.wallet.transaction import Transaction
from lbry.wallet.database import WalletDatabase
from lbry.wallet.dewies import dewies_to_lbc
from lbrynet.conf import Config
from lbry.conf import Config
log = logging.getLogger(__name__)