rearrange a few more files. realize that adding the auton read from file thing was...
[3501/3501-spark-go] / src / org / usfirst / frc / team3501 / bases / CommandBase.java
index d797ce6700dd6194256727061b85515bcd37f7fe..770f48d3793eb8e76ec90fe8574d696c099a04fe 100644 (file)
@@ -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 {