Flatten the domain restore flow

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134299792
This commit is contained in:
cgoldfeder 2016-09-26 11:06:49 -07:00 committed by Ben McIlwain
parent 905297245b
commit 099242e318
2 changed files with 147 additions and 106 deletions

View file

@ -39,8 +39,8 @@ import com.google.common.collect.ImmutableSortedMap;
import com.googlecode.objectify.Key;
import google.registry.flows.EppException.UnimplementedExtensionException;
import google.registry.flows.ResourceFlowTestCase;
import google.registry.flows.ResourceFlowUtils.ResourceDoesNotExistException;
import google.registry.flows.ResourceFlowUtils.ResourceNotOwnedException;
import google.registry.flows.ResourceMutateFlow.ResourceDoesNotExistException;
import google.registry.flows.domain.DomainFlowUtils.CurrencyUnitMismatchException;
import google.registry.flows.domain.DomainFlowUtils.CurrencyValueScaleException;
import google.registry.flows.domain.DomainFlowUtils.DomainReservedException;