mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 00:37:52 +00:00
Removed useless import
This commit is contained in:
@@ -1,17 +1,15 @@
|
|||||||
package org.parabot.core.parsers.scripts;
|
package org.parabot.core.parsers.scripts;
|
||||||
|
|
||||||
import org.parabot.core.Core;
|
|
||||||
import org.parabot.core.desc.ScriptDescription;
|
|
||||||
import org.parabot.core.desc.ServerDescription;
|
|
||||||
import org.parabot.core.lib.jython.Jython;
|
|
||||||
import org.parabot.environment.scripts.ScriptExecuter;
|
|
||||||
import org.parabot.environment.servers.ServerExecuter;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.TreeMap;
|
import java.util.TreeMap;
|
||||||
|
|
||||||
|
import org.parabot.core.Core;
|
||||||
|
import org.parabot.core.desc.ScriptDescription;
|
||||||
|
import org.parabot.core.lib.jython.Jython;
|
||||||
|
import org.parabot.environment.scripts.ScriptExecuter;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Abstract class for parsing scripts
|
* Abstract class for parsing scripts
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user