changing package (thought this was done already?)

This commit is contained in:
benfry
2011-01-22 16:19:20 +00:00
parent 0e96ff5dfe
commit c88d672777
3 changed files with 5 additions and 5 deletions

View File

@@ -32,10 +32,10 @@ import java.util.*;
import java.util.regex.Pattern;
import processing.app.Preferences;
import processing.app.SketchException;
import processing.app.antlr.PdeLexer;
import processing.app.antlr.PdeRecognizer;
import processing.app.antlr.PdeTokenTypes;
import processing.core.PApplet;
import processing.mode.java.preproc.antlr.PdeLexer;
import processing.mode.java.preproc.antlr.PdeRecognizer;
import processing.mode.java.preproc.antlr.PdeTokenTypes;
import antlr.*;
import antlr.collections.AST;