change DriveTrain import to DriveTrain in subsytems package
authorLauren Meier <meier.lauren@gmail.com>
Sat, 30 Jan 2016 05:21:51 +0000 (21:21 -0800)
committerLauren Meier <meier.lauren@gmail.com>
Sun, 31 Jan 2016 01:20:54 +0000 (17:20 -0800)
src/org/usfirst/frc/team3501/robot/Robot.java

index 73e78662167b19479cbb9b5647b47ca222cc8d7c..051aac623c756d54bc2f5ecf1e3555ceafcebcb2 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.Scaler;
 import org.usfirst.frc.team3501.robot.subsystems.Shooter;