change Direction data type to our own
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / driving / TurnForAngle.java
index 993adc8c5b46922c1cb6ad5d0fc1565af8cec7ca..334fa0b67d278ad2dd38afe3be68d54fd6487b09 100755 (executable)
@@ -1,8 +1,8 @@
 package org.usfirst.frc.team3501.robot.commands.driving;
 
+import org.usfirst.frc.team3501.robot.Constants.Direction;
 import org.usfirst.frc.team3501.robot.Robot;
 
-import edu.wpi.first.wpilibj.Relay.Direction;
 import edu.wpi.first.wpilibj.command.Command;
 
 /**