Add everything all commands to specific packages
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / OI.java
index 6b2f0510601f1531e70398e1f530cde5bcb3596e..1c891af08f5e26dcf2b9e9bb7a3baae61b3ec938 100644 (file)
@@ -1,7 +1,7 @@
 package org.usfirst.frc.team3501.robot;
 
-import org.usfirst.frc.team3501.robot.commands.ChangeShooterSpeed;
-import org.usfirst.frc.team3501.robot.commands.SetShooterSpeed;
+import org.usfirst.frc.team3501.robot.commands.shooter.ChangeShooterSpeed;
+import org.usfirst.frc.team3501.robot.commands.shooter.SetShooterSpeed;
 
 import edu.wpi.first.wpilibj.Joystick;
 import edu.wpi.first.wpilibj.buttons.Button;