diff --git a/lbry/wallet/server/db/full_text_search.py b/lbry/db/full_text_search.py similarity index 100% rename from lbry/wallet/server/db/full_text_search.py rename to lbry/db/full_text_search.py diff --git a/lbry/wallet/server/db/reader.py b/lbry/db/search.py similarity index 99% rename from lbry/wallet/server/db/reader.py rename to lbry/db/search.py index b60990001..86b24f009 100644 --- a/lbry/wallet/server/db/reader.py +++ b/lbry/db/search.py @@ -16,7 +16,7 @@ from lbry.error import ResolveCensoredError from lbry.schema.url import URL, normalize_name from lbry.schema.tags import clean_tags from lbry.schema.result import Outputs, Censor -from lbry.wallet import Ledger, RegTestLedger +from lbry.blockchain.ledger import Ledger, RegTestLedger from .common import CLAIM_TYPES, STREAM_TYPES, COMMON_TAGS from .full_text_search import FTS_ORDER_BY