diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 16:27:52 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 16:27:52 -0500 |
commit | 1265d503a3f52af8f76a926af63534657678de1d (patch) | |
tree | 2094c8e67feb5a99592085830c46b4ca844c106f /preprocessor.py | |
parent | a5f1029d1cefb93ddbaad3261d27eefa3b17929f (diff) | |
parent | 2a421c54b6de7fca230b6ac46d182cf4dcfae0e0 (diff) |
Merge branch 'remove-extras-eggify' into remove-extras
Make pokecrystal work against the reverse engineering tools turned into
a python egg with sane structure and stuff.
Diffstat (limited to 'preprocessor.py')
-rw-r--r-- | preprocessor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/preprocessor.py b/preprocessor.py index 30060e7d7..1be72da00 100644 --- a/preprocessor.py +++ b/preprocessor.py @@ -3,7 +3,7 @@ import sys -from extras.crystal import ( +from extras.pokemontools.crystal import ( command_classes, Warp, XYTrigger, |