commit | b788a385cd0fa71ba068a16c237e220a03862dc7 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Thu Sep 26 06:31:32 2013 -0700 |
committer | Eli Bendersky <eliben@gmail.com> | Thu Sep 26 06:31:32 2013 -0700 |
tree | 100ab841350839f90706651afb196dea0b896e39 | |
parent | e03ea37a7bea48c46e6d96851f471db0f3c8e6e2 [diff] |
Small fixes in Parser/asdl.py - no change in functionality. 1. Make it work when invoked directly from the command-line. It was failing due to a couple of stale function/class usages in the __main__ section. 2. Close the parsed file in the parse() function after opening it.