Moved CompiledConfig stuff into narya because it's generally useful.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1173 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-04-02 01:55:26 +00:00
parent 6acdb6daae
commit 8a36a11a1d
3 changed files with 10 additions and 10 deletions
@@ -1,7 +1,7 @@
//
// $Id: CompiledConfig.java,v 1.2 2002/03/08 08:30:05 mdb Exp $
// $Id: CompiledConfig.java,v 1.3 2002/04/02 01:55:26 mdb Exp $
package com.threerings.yohoho.util;
package com.threerings.util;
import java.io.File;
import java.io.FileOutputStream;