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.
E
Eli Bendersky committed
b788a385cd0fa71ba068a16c237e220a03862dc7
Parent: e03ea37