[minor] removed unused imports

This commit is contained in:
North 2013-03-02 15:34:14 +02:00
parent fcfea2cb58
commit 5f6f1c7528
81 changed files with 0 additions and 142 deletions

View file

@ -1,10 +1,6 @@
package org.mage.test.cards.conditional;
import mage.Constants;
import mage.abilities.keyword.FirstStrikeAbility;
import mage.abilities.keyword.LifelinkAbility;
import mage.game.permanent.Permanent;
import org.junit.Assert;
import org.junit.Test;
import org.mage.test.serverside.base.CardTestPlayerBase;

View file

@ -1,8 +1,6 @@
package org.mage.test.cards.continuous;
import junit.framework.Assert;
import mage.Constants;
import mage.abilities.keyword.IndestructibleAbility;
import mage.abilities.keyword.IslandwalkAbility;
import org.junit.Test;
import org.mage.test.serverside.base.CardTestPlayerBase;