1
0
mirror of https://github.com/google/nomulus synced 2026-02-10 06:50:30 +00: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:
mcilwain
2018-07-13 09:49:28 -07:00
committed by jianglai
parent 35110927d6
commit df5d9957f7
12 changed files with 19 additions and 19 deletions

View File

@@ -77,7 +77,6 @@ import google.registry.model.billing.BillingEvent.Flag;
import google.registry.model.billing.BillingEvent.OneTime;
import google.registry.model.billing.BillingEvent.Reason;
import google.registry.model.billing.BillingEvent.Recurring;
import google.registry.model.domain.AllocationToken;
import google.registry.model.domain.DomainApplication;
import google.registry.model.domain.DomainCommand;
import google.registry.model.domain.DomainCommand.Create;
@@ -90,6 +89,7 @@ import google.registry.model.domain.launch.LaunchCreateExtension;
import google.registry.model.domain.metadata.MetadataExtension;
import google.registry.model.domain.rgp.GracePeriodStatus;
import google.registry.model.domain.secdns.SecDnsCreateExtension;
import google.registry.model.domain.token.AllocationToken;
import google.registry.model.domain.token.AllocationTokenExtension;
import google.registry.model.eppcommon.AuthInfo;
import google.registry.model.eppinput.EppInput;