change location of base files
[3501/3501-spark-go] / src / org / usfirst / frc / team3501 / robot / commands / TensionRightWinch.java
index 1bf68cf822de7bdbdd0c5e19d4f2286f6f1a45e1..993302c39bfd5aa319fc75ef1253e7551d764aad 100644 (file)
@@ -1,6 +1,8 @@
 package org.usfirst.frc.team3501.robot.commands;
 
-public class TensionRightWinch extends CommandBase {
+import org.usfirst.frc.team3501.bases.Command;
+
+public class TensionRightWinch extends Command {
 
     private double speed;