X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Fbases%2FCommandBase.java;h=770f48d3793eb8e76ec90fe8574d696c099a04fe;hb=f139e3132139b3c27c10334c94aef9a6b8478767;hp=d797ce6700dd6194256727061b85515bcd37f7fe;hpb=5b3b1652e197b540e14b8f5b405314b6f33d733c;p=3501%2F3501-spark-go diff --git a/src/org/usfirst/frc/team3501/bases/CommandBase.java b/src/org/usfirst/frc/team3501/bases/CommandBase.java index d797ce6..770f48d 100644 --- a/src/org/usfirst/frc/team3501/bases/CommandBase.java +++ b/src/org/usfirst/frc/team3501/bases/CommandBase.java @@ -1,9 +1,9 @@ package org.usfirst.frc.team3501.bases; -import org.usfirst.frc.team3501.robot.AutonData; import org.usfirst.frc.team3501.robot.OI; import org.usfirst.frc.team3501.robot.Robot; import org.usfirst.frc.team3501.robot.subsystems.*; +import org.usfirst.frc.team3501.util.AutonData; public interface CommandBase {