Update imports.

This commit is contained in:
James Roseborough
2010-07-29 23:23:28 +00:00
parent dce6007569
commit 1f68fbc013

View File

@@ -24,14 +24,9 @@ package org.luaj.vm2;
import java.io.ByteArrayInputStream; import java.io.ByteArrayInputStream;
import java.io.InputStream; import java.io.InputStream;
import junit.framework.Test;
import junit.framework.TestCase; import junit.framework.TestCase;
import junit.framework.TestSuite; import junit.framework.TestSuite;
import org.luaj.vm2.CompatibiltyTest.JmeCompatibilityTest;
import org.luaj.vm2.CompatibiltyTest.JseCompatibilityTest;
import org.luaj.vm2.CompatibiltyTest.Lua2JavaTest;
import org.luaj.vm2.CompatibiltyTest.LuaJCTest;
import org.luaj.vm2.compiler.LuaC; import org.luaj.vm2.compiler.LuaC;
import org.luaj.vm2.lua2java.Lua2Java; import org.luaj.vm2.lua2java.Lua2Java;
import org.luaj.vm2.luajc.LuaJC; import org.luaj.vm2.luajc.LuaJC;