Commit 6f750042 authored by Benjamin Peterson's avatar Benjamin Peterson

make this work with py2.5

parent a17a5d67
#! /usr/bin/env python #! /usr/bin/env python
"""Generate C code from an ASDL description.""" """Generate C code from an ASDL description."""
from __future__ import with_statement
# TO DO # TO DO
# handle fields that have a type but no name # handle fields that have a type but no name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment