Relocate worklock with the rest of the cli commands

pull/1550/head
Kieran Prasch 2020-01-16 11:54:00 -08:00 committed by Kieran R. Prasch
parent a6ca5cbd6f
commit db899e8452
2 changed files with 4 additions and 4 deletions

View File

@ -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',

View File

@ -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,