change package names
[3501/2015-FRC-Spark] / src / org / usfirst / frc3501 / RiceCatRobot / commands / DriveFor.java
index b9353114e9adcb434538d54bdad44b2c53cbafe5..bbc3dfa95052b13dbedc740dca188980a7c4a6cf 100644 (file)
@@ -1,7 +1,7 @@
 package org.usfirst.frc3501.RiceCatRobot.commands;
 
-import org.usfirst.frc3501.RiceCatRobot.Robot;
-import org.usfirst.frc3501.RiceCatRobot.RobotMap.Direction;
+import org.usfirst.frc3501.RiceCatRobot.robot.Robot;
+import org.usfirst.frc3501.RiceCatRobot.robot.RobotMap.Direction;
 
 import edu.wpi.first.wpilibj.Timer;
 import edu.wpi.first.wpilibj.command.Command;
@@ -73,5 +73,4 @@ public class DriveFor extends Command {
     protected void interrupted() {
         end();
     }
-
-}
\ No newline at end of file
+}