make this work with py2.5

This commit is contained in:
Benjamin Peterson 2011-08-09 16:49:52 -05:00
parent a17a5d67b4
commit 6f7500424c

View file

@ -1,5 +1,6 @@
#! /usr/bin/env python
"""Generate C code from an ASDL description."""
from __future__ import with_statement
# TO DO
# handle fields that have a type but no name