X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc3501%2FRiceCatRobot%2Fcommands%2FOpenClaw.java;h=320f4d0e9e56cbfc682589be0eec0c413432b84b;hb=4b8a525ff87cb3ba85058e8b53f5e896a25320bb;hp=bece53bcc91d110519198d792de86dd2a1990feb;hpb=284904c741c7a805b8611302f6beed3b7f34e90f;p=3501%2F2015-FRC-Spark diff --git a/src/org/usfirst/frc3501/RiceCatRobot/commands/OpenClaw.java b/src/org/usfirst/frc3501/RiceCatRobot/commands/OpenClaw.java index bece53b..320f4d0 100644 --- a/src/org/usfirst/frc3501/RiceCatRobot/commands/OpenClaw.java +++ b/src/org/usfirst/frc3501/RiceCatRobot/commands/OpenClaw.java @@ -2,7 +2,7 @@ package org.usfirst.frc3501.RiceCatRobot.commands; import edu.wpi.first.wpilibj.command.Command; -import org.usfirst.frc3501.RiceCatRobot.Robot; +import org.usfirst.frc3501.RiceCatRobot.robot.Robot; /** * Opens claw by reversing solenoids.