X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fautons%2FDriveOverStep.java;h=aa3e752eca405c8d9bdc1a27882a9a179cd31c7d;hb=5b3b1652e197b540e14b8f5b405314b6f33d733c;hp=224bc9ca5eac3c0a2a644cfbf4e0915c34c5dce6;hpb=b26407834f93b26caa7617d3cfcdd7a39c732818;p=ozzloy%40gmail.com%2F3501-spark-go diff --git a/src/org/usfirst/frc/team3501/robot/autons/DriveOverStep.java b/src/org/usfirst/frc/team3501/robot/autons/DriveOverStep.java index 224bc9c..aa3e752 100644 --- a/src/org/usfirst/frc/team3501/robot/autons/DriveOverStep.java +++ b/src/org/usfirst/frc/team3501/robot/autons/DriveOverStep.java @@ -1,6 +1,6 @@ package org.usfirst.frc.team3501.robot.autons; -import org.usfirst.frc.team3501.robot.commands.Command; +import org.usfirst.frc.team3501.bases.Command; public class DriveOverStep extends Command {