diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-24 10:46:53 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-24 10:46:53 -0500 |
commit | fc90df98950619e20b899898c2bb28b4997df828 (patch) | |
tree | 6168e910355ae91510e8a7060e96b2ec31830276 /prequeue.py | |
parent | 3dedf4c109b6883c8731918a8e59cb21b2bbec26 (diff) |
bump pokemontools to v1.4.1
Note that gbz8disasm doesn't work at the moment.
Diffstat (limited to 'prequeue.py')
-rw-r--r-- | prequeue.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prequeue.py b/prequeue.py index c8b12fd70..2adb03bfb 100644 --- a/prequeue.py +++ b/prequeue.py @@ -8,12 +8,12 @@ a single process. import os import sys -import extras.pokemontools.config as conf +import extras.pokemontools.configuration as configuration import preprocessor def main(): - config = conf.Config() + config = configuration.Config() macros = preprocessor.load_pokecrystal_macros() stdout = sys.stdout |