mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Move the AllocationToken entity to the token subpackage
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=204485366
This commit is contained in:
parent
35110927d6
commit
df5d9957f7
12 changed files with 19 additions and 19 deletions
|
@ -58,10 +58,10 @@ import google.registry.flows.domain.DomainFlowUtils.TrailingDashException;
|
|||
import google.registry.flows.domain.DomainFlowUtils.TransfersAreAlwaysForOneYearException;
|
||||
import google.registry.flows.domain.DomainFlowUtils.UnknownFeeCommandException;
|
||||
import google.registry.flows.exceptions.TooManyResourceChecksException;
|
||||
import google.registry.model.domain.AllocationToken;
|
||||
import google.registry.model.domain.DomainResource;
|
||||
import google.registry.model.domain.launch.ApplicationStatus;
|
||||
import google.registry.model.domain.launch.LaunchPhase;
|
||||
import google.registry.model.domain.token.AllocationToken;
|
||||
import google.registry.model.registry.Registry;
|
||||
import google.registry.model.registry.Registry.TldState;
|
||||
import google.registry.model.registry.label.ReservedList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue