Remove GtechCommand and other vestiges of gtech_tool

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134836647
This commit is contained in:
nickfelt 2016-09-30 15:42:39 -07:00 committed by Ben McIlwain
parent aca4d569bd
commit 730cca257d
93 changed files with 92 additions and 144 deletions

View file

@ -44,7 +44,6 @@ import google.registry.model.domain.launch.ApplicationStatus;
import google.registry.model.registrar.Registrar;
import google.registry.model.registrar.RegistrarAddress;
import google.registry.model.registrar.RegistrarContact;
import google.registry.tools.Command.GtechCommand;
import google.registry.tools.Command.RemoteApiCommand;
import google.registry.tools.params.PathParameter;
import java.nio.file.Files;
@ -64,7 +63,7 @@ import org.joda.time.format.DateTimeFormatter;
/** Command to generate the auction data for a TLD. */
@Parameters(separators = " =", commandDescription = "Generate auction data")
final class GenerateAuctionDataCommand implements RemoteApiCommand, GtechCommand {
final class GenerateAuctionDataCommand implements RemoteApiCommand {
@Parameter(
description = "TLD(s) to generate auction data for",