Remove LoggedInFlow

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137444791
This commit is contained in:
cgoldfeder 2016-10-27 14:52:50 -07:00 committed by Ben McIlwain
parent 8b068250d6
commit b84d7f1fb5
50 changed files with 763 additions and 429 deletions

View file

@ -17,7 +17,7 @@ package google.registry.flows.session;
import static google.registry.testing.DatastoreHelper.createTld;
import google.registry.flows.FlowTestCase;
import google.registry.flows.LoggedInFlow.NotLoggedInException;
import google.registry.flows.FlowUtils.NotLoggedInException;
import org.junit.Before;
import org.junit.Test;