Imports cleanup
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@751 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -23,12 +23,16 @@ package com.threerings.parlor;
|
||||
|
||||
import com.threerings.util.Name;
|
||||
|
||||
import com.threerings.presents.client.*;
|
||||
import com.threerings.presents.client.Client;
|
||||
|
||||
import com.threerings.crowd.data.BodyObject;
|
||||
import com.threerings.crowd.util.CrowdContext;
|
||||
|
||||
import com.threerings.parlor.client.*;
|
||||
import com.threerings.parlor.game.data.*;
|
||||
import com.threerings.parlor.client.Invitation;
|
||||
import com.threerings.parlor.client.InvitationHandler;
|
||||
import com.threerings.parlor.client.InvitationResponseObserver;
|
||||
import com.threerings.parlor.client.ParlorDirector;
|
||||
import com.threerings.parlor.game.data.GameConfig;
|
||||
import com.threerings.parlor.util.ParlorContext;
|
||||
|
||||
import static com.threerings.parlor.Log.log;
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
package com.threerings.parlor;
|
||||
|
||||
import com.threerings.crowd.client.PlaceController;
|
||||
|
||||
import com.threerings.parlor.game.client.GameConfigurator;
|
||||
import com.threerings.parlor.game.data.GameConfig;
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ package com.threerings.parlor;
|
||||
|
||||
import com.threerings.crowd.client.PlaceView;
|
||||
import com.threerings.crowd.util.CrowdContext;
|
||||
|
||||
import com.threerings.parlor.game.client.GameController;
|
||||
|
||||
public class TestController extends GameController
|
||||
|
||||
@@ -23,7 +23,7 @@ package com.threerings.whirled;
|
||||
|
||||
import com.threerings.presents.client.Client;
|
||||
|
||||
import com.threerings.crowd.client.*;
|
||||
import com.threerings.crowd.client.LocationObserver;
|
||||
import com.threerings.crowd.data.PlaceConfig;
|
||||
import com.threerings.crowd.data.PlaceObject;
|
||||
import com.threerings.crowd.util.CrowdContext;
|
||||
|
||||
@@ -23,6 +23,7 @@ package com.threerings.whirled;
|
||||
|
||||
import com.threerings.crowd.client.PlaceController;
|
||||
import com.threerings.crowd.data.PlaceConfig;
|
||||
|
||||
import com.threerings.whirled.server.SceneManager;
|
||||
|
||||
public class TestConfig extends PlaceConfig
|
||||
|
||||
@@ -21,7 +21,8 @@
|
||||
|
||||
package com.threerings.whirled;
|
||||
|
||||
import com.threerings.crowd.client.*;
|
||||
import com.threerings.crowd.client.PlaceController;
|
||||
import com.threerings.crowd.client.PlaceView;
|
||||
import com.threerings.crowd.util.CrowdContext;
|
||||
|
||||
public class TestController extends PlaceController
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
|
||||
package com.threerings.whirled.spot.tools.xml;
|
||||
|
||||
import com.samskivert.test.TestUtil;
|
||||
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import com.samskivert.test.TestUtil;
|
||||
|
||||
import com.threerings.whirled.data.SceneModel;
|
||||
import com.threerings.whirled.spot.data.Location;
|
||||
import com.threerings.whirled.tools.xml.SceneParser;
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
|
||||
package com.threerings.whirled.tools.xml;
|
||||
|
||||
import com.samskivert.test.TestUtil;
|
||||
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import com.samskivert.test.TestUtil;
|
||||
|
||||
import com.threerings.whirled.data.SceneModel;
|
||||
|
||||
public class SceneParserTest extends TestCase
|
||||
|
||||
Reference in New Issue
Block a user