From fc90df98950619e20b899898c2bb28b4997df828 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 24 Sep 2013 10:46:53 -0500 Subject: bump pokemontools to v1.4.1 Note that gbz8disasm doesn't work at the moment. --- preprocessor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'preprocessor.py') diff --git a/preprocessor.py b/preprocessor.py index 54fc4cbff..da553081a 100644 --- a/preprocessor.py +++ b/preprocessor.py @@ -3,7 +3,7 @@ import sys -import extras.pokemontools.config as conf +import extras.pokemontools.configuration as configiguration import extras.pokemontools.preprocessor as preprocessor from extras.pokemontools.crystal import ( @@ -50,7 +50,7 @@ def preprocess(config, macros, lines=None): return processor.preprocess(lines=lines) def main(): - config = conf.Config() + config = configuration.Config() macros = load_pokecrystal_macros() return preprocess(config, macros) -- cgit v1.2.3