mirror of https://github.com/nucypher/nucypher.git
Relocate worklock with the rest of the cli commands
parent
a6ca5cbd6f
commit
db899e8452
|
@ -22,7 +22,7 @@ from web3 import Web3
|
|||
from nucypher.blockchain.eth.agents import ContractAgency, WorkLockAgent
|
||||
from nucypher.characters.banners import WORKLOCK_BANNER
|
||||
from nucypher.cli.actions import select_client_account
|
||||
from nucypher.cli.common_options import option_force, group_options, option_checksum_address
|
||||
from nucypher.cli.options import option_force, group_options, option_checksum_address
|
||||
from nucypher.cli.config import group_general_config
|
||||
from nucypher.cli.painting import (
|
||||
paint_receipt_summary,
|
||||
|
@ -31,7 +31,7 @@ from nucypher.cli.painting import (
|
|||
paint_worklock_participant_status,
|
||||
paint_worklock_claim
|
||||
)
|
||||
from nucypher.cli.status import group_registry_options
|
||||
from nucypher.cli.commands.status import group_registry_options
|
||||
from nucypher.cli.types import EIP55_CHECKSUM_ADDRESS
|
||||
|
||||
option_bidder_address = click.option('--bidder-address',
|
|
@ -23,9 +23,9 @@ from nucypher.blockchain.eth.agents import (
|
|||
ContractAgency,
|
||||
WorkLockAgent
|
||||
)
|
||||
from nucypher.blockchain.eth.registry import InMemoryContractRegistry, IndividualAllocationRegistry
|
||||
from nucypher.blockchain.eth.registry import InMemoryContractRegistry
|
||||
from nucypher.characters.lawful import Ursula
|
||||
from nucypher.cli.worklock import worklock
|
||||
from nucypher.cli.commands.worklock import worklock
|
||||
from nucypher.utilities.sandbox.constants import (
|
||||
TEST_PROVIDER_URI,
|
||||
MOCK_IP_ADDRESS,
|
||||
|
|
Loading…
Reference in New Issue