summaryrefslogtreecommitdiff
path: root/src/thenewpoketext/UnicodeParser.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/thenewpoketext/UnicodeParser.java')
-rwxr-xr-xsrc/thenewpoketext/UnicodeParser.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/thenewpoketext/UnicodeParser.java b/src/thenewpoketext/UnicodeParser.java
index 6083b7e..5a209b0 100755
--- a/src/thenewpoketext/UnicodeParser.java
+++ b/src/thenewpoketext/UnicodeParser.java
@@ -3,7 +3,6 @@ package thenewpoketext;
/*----------------------------------------------------------------------------*/
/*-- UnicodeParser.java - maintains the poke<->unicode text table --*/
/*-- Code loosely derived from "thenewpoketext", copyright (C) loadingNOW --*/
-/*-- Ported to Java and customized by sneed --*/
/*----------------------------------------------------------------------------*/
import java.io.FileNotFoundException;
@@ -11,7 +10,7 @@ import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
-import com.sneed.pkrandom.FileFunctions;
+import com.pkrandom.FileFunctions;
public class UnicodeParser {