Skip to content

Commit

Permalink
Merge pull request #6400 from drew2a/refactoring/rename_bac
Browse files Browse the repository at this point in the history
Rename BandwidthAccountingCommunity file
  • Loading branch information
drew2a authored Oct 1, 2021
2 parents 97ff14e + 0d64be0 commit 6c96306
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from tribler_common.simpledefs import STATEDIR_DB_DIR

from tribler_core.components.bandwidth_accounting.community.community import (
from tribler_core.components.bandwidth_accounting.community.bandwidth_accounting_community import (
BandwidthAccountingCommunity,
BandwidthAccountingTestnetCommunity,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import pytest

from tribler_core.components.bandwidth_accounting.restapi.bandwidth_endpoint import BandwidthEndpoint
from tribler_core.components.bandwidth_accounting.community.community import BandwidthAccountingCommunity
from tribler_core.components.bandwidth_accounting.community.bandwidth_accounting_community import \
BandwidthAccountingCommunity
from tribler_core.components.bandwidth_accounting.db.database import BandwidthDatabase
from tribler_core.components.bandwidth_accounting.settings import BandwidthAccountingSettings
from tribler_core.components.bandwidth_accounting.db.transaction import BandwidthTransactionData, EMPTY_SIGNATURE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
from ipv8.test.mocking.ipv8 import MockIPv8

from tribler_core.components.bandwidth_accounting.community.cache import BandwidthTransactionSignCache
from tribler_core.components.bandwidth_accounting.community.community import BandwidthAccountingCommunity
from tribler_core.components.bandwidth_accounting.community.bandwidth_accounting_community \
import BandwidthAccountingCommunity
from tribler_core.components.bandwidth_accounting.db.database import BandwidthDatabase
from tribler_core.components.bandwidth_accounting.settings import BandwidthAccountingSettings
from tribler_core.components.bandwidth_accounting.db.transaction import BandwidthTransactionData, EMPTY_SIGNATURE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

from tribler_common.network_utils import NetworkUtils

from tribler_core.components.bandwidth_accounting.community.community import BandwidthAccountingCommunity
from tribler_core.components.bandwidth_accounting.community.bandwidth_accounting_community \
import BandwidthAccountingCommunity
from tribler_core.components.bandwidth_accounting.db.database import BandwidthDatabase
from tribler_core.components.bandwidth_accounting.settings import BandwidthAccountingSettings
from tribler_core.modules.tunnel.community.community import PEER_FLAG_EXIT_HTTP, TriblerTunnelCommunity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

import pytest

from tribler_core.components.bandwidth_accounting.community.community import BandwidthAccountingCommunity
from tribler_core.components.bandwidth_accounting.community.bandwidth_accounting_community \
import BandwidthAccountingCommunity
from tribler_core.components.bandwidth_accounting.settings import BandwidthAccountingSettings
from tribler_core.restapi.base_api_test import do_request
from tribler_core.restapi.rest_manager import error_middleware
Expand Down

0 comments on commit 6c96306

Please sign in to comment.