Skip to content

Commit

Permalink
Move EVA protocol to ipv8 component
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Jan 14, 2022
1 parent 2b20cac commit bde457e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import pytest

from tribler_core.components.metadata_store.remote_query_community.eva_protocol import (
from tribler_core.components.ipv8.eva_protocol import (
Acknowledgement,
EVAProtocol,
EVAProtocolMixin,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from tribler_core.components.metadata_store.db.orm_bindings.channel_metadata import LZ4_EMPTY_ARCHIVE, entries_to_chunk
from tribler_core.components.metadata_store.db.serialization import CHANNEL_TORRENT, COLLECTION_NODE, REGULAR_TORRENT
from tribler_core.components.metadata_store.db.store import MetadataStore
from tribler_core.components.metadata_store.remote_query_community.eva_protocol import EVAProtocolMixin
from tribler_core.components.ipv8.eva_protocol import EVAProtocolMixin
from tribler_core.components.metadata_store.remote_query_community.payload_checker import ObjState
from tribler_core.components.metadata_store.remote_query_community.settings import RemoteQueryCommunitySettings
from tribler_core.components.metadata_store.utils import RequestTimeoutException
Expand Down

0 comments on commit bde457e

Please sign in to comment.