From 65efbe55e7648b6aa1a122155222e73b74dc31c1 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 1 Feb 2014 02:47:25 -0500 Subject: preprocessor: actually call update_globals() This is about to be removed, but it may as well work first. --- preprocessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preprocessor.py') diff --git a/preprocessor.py b/preprocessor.py index f5bc08637..b9165e60e 100644 --- a/preprocessor.py +++ b/preprocessor.py @@ -66,7 +66,7 @@ def setup_processor(): def main(): processor = setup_processor() processor.preprocess() - processor.update_globals + processor.update_globals() # only run against stdin when not included as a module if __name__ == "__main__": -- cgit v1.2.3