ref: 65efbe55e7648b6aa1a122155222e73b74dc31c1
parent: 821f2c2ea0f9dc482520f2cf9c45ccfaca8bbb29
author: yenatch <[email protected]>
date: Fri Jan 31 21:47:25 EST 2014
preprocessor: actually call update_globals() This is about to be removed, but it may as well work first.
--- a/preprocessor.py
+++ b/preprocessor.py
@@ -66,7 +66,7 @@
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__":