summaryrefslogtreecommitdiff
path: root/prequeue.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-09-08 09:20:02 -0700
committerBryan Bishop <kanzure@gmail.com>2013-09-08 09:20:02 -0700
commit3652417dda1d1392f2c4dbd3a0b6c13db26d521b (patch)
tree33223a7ef5c01b7fbf4a3a3a176c65b237d5e5ab /prequeue.py
parent740f91370db08d2e30c16f34be83c6d14e7d1c60 (diff)
parent5c4dc08ee451f699471ce69fc8f98265bc80939d (diff)
Merge pull request #172 from kanzure/refactor-preprocessor
Move main preprocessor into pokemontools
Diffstat (limited to 'prequeue.py')
-rw-r--r--prequeue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/prequeue.py b/prequeue.py
index 6efc519d1..5c1a9f161 100644
--- a/prequeue.py
+++ b/prequeue.py
@@ -11,7 +11,7 @@ import preprocessor
def main():
macros = preprocessor.load_pokecrystal_macros()
- macro_table = preprocessor.make_macro_table(macros)
+ macro_table = preprocessor.preprocessor.make_macro_table(macros)
stdout = sys.stdout