Revert HookParser package moving, breaks server providers

This commit is contained in:
Parnassian
2014-02-18 16:12:51 +01:00
parent 906be23147
commit c036b31d87
3 changed files with 3 additions and 3 deletions
@@ -3,7 +3,7 @@ package org.parabot.environment.servers;
import org.objectweb.asm.Opcodes;
import org.parabot.core.Context;
import org.parabot.core.asm.interfaces.Injectable;
import org.parabot.core.parsers.hooks.HookParser;
import org.parabot.core.parsers.HookParser;
import org.parabot.environment.input.Keyboard;
import org.parabot.environment.input.Mouse;
import org.parabot.environment.scripts.Script;