diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 16:25:14 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 16:25:14 -0500 |
commit | 2a421c54b6de7fca230b6ac46d182cf4dcfae0e0 (patch) | |
tree | 2094c8e67feb5a99592085830c46b4ca844c106f /preprocessor.py | |
parent | 2b7b3b6dc2bf8052de8747b353205963b6aa22f4 (diff) |
fix preprocessor imports for the latest submodule
I am surprised this worked. Maybe it's not actually working, and I just
have cached files everywhere.
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, |