Fix import issue to import the right drivetrain
authorKevin Zhang <icestormf1@gmail.com>
Sun, 31 Jan 2016 00:26:00 +0000 (16:26 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Sun, 31 Jan 2016 00:26:00 +0000 (16:26 -0800)
src/org/usfirst/frc/team3501/robot/Robot.java

index fbed8a86a8b49005b08f446acb2a4e807471d5a6..63b18399873f930b0df50693438707e1fd325007 100644 (file)
@@ -1,7 +1,7 @@
 package org.usfirst.frc.team3501.robot;
 
 import org.usfirst.frc.team3501.robot.Constants.Defense;
-import org.usfirst.frc.team3501.robot.Constants.DriveTrain;
+import org.usfirst.frc.team3501.robot.subsystems.DriveTrain;
 import org.usfirst.frc.team3501.robot.subsystems.Shooter;
 
 import edu.wpi.first.wpilibj.IterativeRobot;