From 01cd02e4c5bd3e7f89b8b5ae9ce6d19a7566d14c Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 21 Jun 2019 00:58:44 -0400 Subject: [PATCH] import fix --- lbry/lbry/wallet/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/lbry/wallet/manager.py b/lbry/lbry/wallet/manager.py index 51831fb22..f67e245d4 100644 --- a/lbry/lbry/wallet/manager.py +++ b/lbry/lbry/wallet/manager.py @@ -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__)